diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-07 23:28:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-07 23:28:11 +0200 |
commit | 25f25073b9334fa2996678fc73c1729ce3d83839 (patch) | |
tree | e9c217bc7db146b06a52bc2497c059ba2c93a004 /ChangeLog.adoc | |
parent | d068fe0de5323fecb52c2491b8a8854a2850e410 (diff) | |
download | weechat-25f25073b9334fa2996678fc73c1729ce3d83839.zip |
irc: fix parsing of messages with trailing spaces and no trailing parameter (closes #1803)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 91038a0d6..77f6419c1 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -31,6 +31,7 @@ Bug fixes:: * irc: fix duplicated channels in autojoin option when autojoin_dynamic is enabled (issue #1795) * irc: fix display of TOPIC and QUIT messages with an empty trailing parameter (issue #1797) + * irc: fix parsing of messages with trailing spaces and no trailing parameter (issue #1803) * guile: fix function hdata_get_string * javascript: fix return of long value in functions infolist_time, hdata_long and hdata_time * php: fix function hdata_compare |