summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-07-11 07:08:36 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-07-11 07:08:36 +0200
commitfd592c2323ec7011c74a655c05cb3d12b1610761 (patch)
treebe7fcca539346ac921ac0313e371aaf1ab75b741 /ChangeLog.adoc
parent82a92bd4e9bc2330b9c25cc1a54be658bff1312e (diff)
downloadweechat-fd592c2323ec7011c74a655c05cb3d12b1610761.zip
irc: quote NICK command argument sent to the server only if there's a ":" in the nick (closes #1376, issue #1319)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index c05bb3d64..8711b6aed 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -32,6 +32,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: 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)
* irc: strip spaces at beginning/end of addresses in server option "addresses" (issue #195)