3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +01:00

changelog: Mention modestrings fix

This commit is contained in:
Daniel Oaks 2016-04-14 21:24:40 +10:00
parent 4177522e74
commit 490f35964f

View File

@ -26,3 +26,4 @@ Initial release of Oragono!
* CAP: Remove CAP CLEAR, and allow capability negotiation after registration.
* MOTD: Now store MOTD in-memory rather than on-disk, and don't limit it to 80 characters per line (not required with today's servers or clients).
* WHOIS: Include `<nick>` param on `RPL_ENDOFWHOIS`.
* MODE: Fixed `<modestring>` evaluation (we were parsing all ungrabbed parameters as a modestring, when it is actually only the first param).