diff options
| author | 2020-01-15 10:16:14 +0000 | |
|---|---|---|
| committer | 2020-01-15 10:16:14 +0000 | |
| commit | aee21a03febbc41f17131bfed6e9d685cfe6c316 (patch) | |
| tree | 3bdaf41bd8aea8b850a17349aed0906bb83d52eb /CHANGELOG.md | |
| parent | tolerate spaces in dice modifiers (diff) | |
| signature | ||
update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ceea2ff7..d60f8c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,12 @@ Changed: - Reworded karma change output - `!grab` not tries to attach quote to account, not just nickname (`quotes.py`) - `!wordiest` not defaults to the current channel (`words.py`) +- `!part` now works for `+o` users or users with channel_access `part` (`admin.py`) Fixed: - cron would fail to initialise at 59 minutes past the hour (`core_modules/cron.py`) +- Don't send typing notications by default for pattern-based commands +- Regex error when replacement starts with a number (`sed.py`) # 2020-01-08 - BitBot v1.17.2 |
