1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

irc: do not display names by default when joining a channel (task #13045)

This commit is contained in:
Sebastien Helleu
2014-01-21 12:55:48 +01:00
parent 160ab683ef
commit a6ed216052
8 changed files with 8 additions and 7 deletions
+1
View File
@@ -79,6 +79,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* aspell: fix detection of nicks with non-alphanumeric chars
* guile: disable guile gmp allocator (fix crash on unload of relay plugin)
(bug #40628)
* irc: do not display names by default when joining a channel (task #13045)
* irc: add server option "ssl_fingerprint" (task #12724)
* irc: display PONG answer when resulting from manual /ping command
* irc: fix time parsed in tag of messages on Cygwin