aboutsummaryrefslogtreecommitdiff
path: root/modules/ignore.py
Commit message (Collapse)AuthorAgeFilesLines
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-163/+0
|
* add optional duration for !ignoreGravatar jesopo2019-11-181-3/+13
|
* preprocess.command returns now need `action, message` returnsGravatar jesopo2019-10-041-3/+3
|
* 'require-mode'/'require-access' -> 'require_mode'/'require_access'Gravatar jesopo2019-09-261-2/+2
| | | | closes #161
* don't use full event names to check what command we're inGravatar jesopo2019-09-101-1/+1
|
* Make ignore logic PRIORITY_HIGH so it catches before format eventsGravatar jesopo2019-07-011-1/+2
|
* Include NOTICEs in ignoresGravatar jesopo2019-07-011-0/+2
|
* Allow bot admins to add/remove channel-ignoresGravatar jesopo2019-07-011-0/+1
|
* Support ignoring users per-channelGravatar jesopo2019-07-011-2/+47
|
* 'in_args' -> 'min_args'Gravatar jesopo2019-07-011-2/+2
|
* Set ignore.py --depends-on hashflagsGravatar jesopo2019-06-201-0/+3
|
* Move !ignore logic to it's own fileGravatar jesopo2019-06-201-0/+101