From 490f35964fadff8d1fbc4f6eb5e6a846318d4f71 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 14 Apr 2016 21:24:40 +1000 Subject: [PATCH] changelog: Mention modestrings fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f70fda8..8d7cedba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `` param on `RPL_ENDOFWHOIS`. +* MODE: Fixed `` evaluation (we were parsing all ungrabbed parameters as a modestring, when it is actually only the first param).