Update CHANGELOG.md
This commit is contained in:
parent
f1abc5f10c
commit
c2472f5536
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,9 @@ Added:
|
||||||
- Catch and humanify `!loadmodule` "not found" exception
|
- Catch and humanify `!loadmodule` "not found" exception
|
||||||
- cross-channel/network relay (`relay.py`)
|
- cross-channel/network relay (`relay.py`)
|
||||||
- Option to allow anyone to `!startvote`
|
- Option to allow anyone to `!startvote`
|
||||||
|
- IRCv3: CAP dependency system
|
||||||
|
- IRCv3: labeled-response + echo-message to correlate echos to sends
|
||||||
|
- `deferred_read.py`
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
- Only strip 2 characters (`++` or `--`) from the end of karma
|
- Only strip 2 characters (`++` or `--`) from the end of karma
|
||||||
|
@ -23,6 +26,7 @@ Changed:
|
||||||
- Move `!help` logic to it's own file and rework it to be more user friendly
|
- Move `!help` logic to it's own file and rework it to be more user friendly
|
||||||
- Get `"city, state, country"` from geocoding in `location.py`, use in `weather.py`
|
- Get `"city, state, country"` from geocoding in `location.py`, use in `weather.py`
|
||||||
- Convert IRC glob to regex, instead of using fnmatch
|
- Convert IRC glob to regex, instead of using fnmatch
|
||||||
|
- `EventManager` calls can only come from the main thread
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
- `KeyError` when sts `port` key not present
|
- `KeyError` when sts `port` key not present
|
||||||
|
|
Loading…
Reference in a new issue