| Commit message (Collapse) | Author | Lines |
|
|
|
It's only used as an argument to `SilenceNotifier`, so it doesn't need
to be an instance attribute.
|
|
Accidentally swapped the logic in a previous commit during a refactor.
|
|
- For the `.ping` command
- Fixes a faulty convertion from seconds to milliseconds
|
|
Co-authored-by: Dennis Pham <[email protected]>
|
|
|
|
|
|
|
|
Because the Scheduler is mocked, it doesn't actually do anything with
the coroutines passed to the schedule() functions, hence the warnings.
|
|
|
|
|
|
|
|
|
|
|
|
* Rename to `_silence_overwrites`
* Reduce responsibilities to only setting permission overwrites
* Log in `silence` instead
* Add to notifier in `silence` instead
|
|
|
|
RotatingFileHandler appends .# to log names when rolling over to a new
file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is to avoid sorting twice - once for invalid indices and again
for send the rules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_syncers.py
|
|
|
|
|
|
Double backtick will break if argument contains a double backtick, so getting rid of the codeblock itself makes more sense in my opionion.
Also fix the style issue with multiline string by storing the escaped arg in another variable
|
|
|
|
|
|
|