diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-04 14:47:29 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-04 16:39:18 +0200 |
commit | b6cc5ef70f942aaa28b62ae4dd4556c08e30123d (patch) | |
tree | a999f0c181160608aac058dca9a693bd0c1069d0 /ChangeLog.adoc | |
parent | 59ba378eec8db25335d02fd9183e197c26c5d1af (diff) | |
download | weechat-b6cc5ef70f942aaa28b62ae4dd4556c08e30123d.zip |
irc: fix length of user/nick/host in split of messages (closes #1387)
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 ca7443af2..825de79a7 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -35,6 +35,7 @@ Bug fixes:: * core: replace newlines by spaces in argument "completion" of function hook_command (issue #538) * core: replace char "," by "~" in color codes to separate foreground from background (issue #1264) * alias: remove default aliases /AME and /AMSG (issue #1355) + * irc: fix length of user/nick/host in split of messages (issue #1387) * irc: quote NICK command argument sent to the server only if there's a ":" in the nick (issue #1376, issue #1319) * irc: return all arguments in the PONG response to a PING (issue #1369) * irc: disable server reconnection when the server buffer is closed (issue #236) |