diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-05 22:12:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-05 22:12:17 +0200 |
commit | d5cbd6c49a42593a0ccae3a6ac300c3327eb34a3 (patch) | |
tree | 61537daf4de13b79e12847d7c9907d181de97a7b /ChangeLog.adoc | |
parent | 2a32456f19c328ca6dccc5f574003132ecc457fa (diff) | |
download | weechat-d5cbd6c49a42593a0ccae3a6ac300c3327eb34a3.zip |
irc: fix display of message 350 (whois, gateway) (closes #1815)
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 0f3f02f42..32f2e9d38 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -39,6 +39,7 @@ Bug fixes:: * irc: display ACCOUNT and CHGHOST commands in private buffers * irc: fix extract of isupport value when it is last in list and without value (issue #1807) * irc: fix target buffer of generic errors when they contain a target nick (issue #1814) + * irc: fix display of message 350 (whois, gateway) (issue #1815) * 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 |