aboutsummaryrefslogtreecommitdiff
path: root/modules/silence.py
Commit message (Collapse)AuthorAgeFilesLines
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-70/+0
|
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-151-1/+2
|
* add require_access flags to !silence/!unsilenceGravatar jesopo2019-09-261-1/+4
|
* allow all preprocess.command and check.command failures to have a messageGravatar jesopo2019-09-261-1/+1
|
* make !silence effect min_args and unknown-commandGravatar jesopo2019-09-261-4/+11
| | | | closes #160
* remove redundant old docstring kwargs from !silenceGravatar jesopo2019-09-201-5/+0
|
* add !unsilenceGravatar jesopo2019-09-091-0/+14
|
* add +time param to !silenceGravatar jesopo2019-09-091-1/+12
|
* add a special flag to allow commands to bypass !silenceGravatar jesopo2019-09-091-1/+2
|
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
|
* Allow people with `silence` permission to use !silence tooGravatar jesopo2019-05-161-0/+1
|
* Set silence.py's `preprocess.command` hook to PRIORITY_HIGH, so that otherGravatar jesopo2019-05-151-2/+2
| | | | modules can't respond to the event with errors first
* Expose is-silenced through Exports, use it in karma.pyGravatar jesopo2019-05-131-1/+10
|
* Added !silence, to silence the bot in a channel for 5 minsGravatar jesopo2019-05-131-0/+25