diff options
| author | 2019-06-21 10:53:25 +0100 | |
|---|---|---|
| committer | 2019-06-21 10:53:25 +0100 | |
| commit | 6513d35136a9f03a6b49ed95f4a0b073f368bb54 (patch) | |
| tree | 6e44cd2a8657aa062f336ce8c1b19d091c7d2e99 | |
| parent | Check our own (echoed) msgids (diff) | |
| signature | ||
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b3724fdc..e8eb091d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Added: - `vote.py` - IRCv3: `ircv3_botignore.py` to ignore users with `inspircd.org/bot` - Catch and humanify `!loadmodule` "not found" exception +- cross-channel/network relay (`relay.py`) +- Option to allow anyone to `!startvote` Changed: - Only strip 2 characters (`++` or `--`) from the end of karma @@ -20,6 +22,7 @@ Changed: - Move truncation logic from `SentLine` to `ParsedLine` - 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` +- Convert IRC glob to regex, instead of using fnmatch Fixed: - `KeyError` when sts `port` key not present @@ -27,6 +30,7 @@ Fixed: - Any CRITICAL in read/write thread now kills the main thread too - `Database.ChannelSettings.find` invalid SQL - `birthday.py`'s year no longer .lstrip("0")ed +- IRCv3: pay attention to our own msgids (`ircv3_msgid.py`) Removed: - `!set`/`!channelset`/`!serverset`/`!botset` (replaced with `!config`) |
