diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 471210425..8ee32bfe9 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -22,10 +22,13 @@ New features:: * core: add command /toggle * api: add user variables in evaluation of expressions with "define:name,value" + * api: add IRC message parameters "paramX" and "num_paramx" in output of irc_message_parse + * irc: allow quotes around IRC message in command /server fakerecv Bug fixes:: * api: fix search of option when the section is not given in functions config_search_option and config_search_section_option + * irc: fix parsing of parameters in all IRC messages (issue #1666) * irc: fix parsing of CAP message when there is no prefix (issue #1707) * irc: fix parsing of TAGMSG message when there is a colon before the channel