1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

irc: set option irc.network.whois_double_nick to "off" by default

This commit is contained in:
Sebastien Helleu
2014-02-20 11:40:45 +01:00
parent f8a5c26d96
commit cdadbdec0d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* api: add integer return code for functions hook_{signal|hsignal}_send
* alias: change default command for alias /beep to "/print -beep"
* guile: fix module used after unload of a script
* irc: set option irc.network.whois_double_nick to "off" by default
* irc: fix parsing of nick in host when '!' is not found (bug #41640)
* lua: fix interpreter used after unload of a script
* perl: fix context used after unload of a script