1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

irc: update host of nicks on manual /who

This commit is contained in:
Sebastien Helleu
2011-06-16 18:31:56 +02:00
parent 52d7770ff1
commit 6015f51b33
2 changed files with 20 additions and 12 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.6-dev, 2011-06-15
v0.3.6-dev, 2011-06-16
Version 0.3.6 (under dev!)
@@ -16,6 +16,7 @@ Version 0.3.6 (under dev!)
/window scroll_horiz) (task #11112)
* api: fix bug with function config_set_desc_plugin (use immediately
description for option when function is called)
* irc: update host of nicks on manual /who
* irc: fix memory leak on plugin unload (free ignores)
* irc: fix memory leak in message parser (when called from other plugins like
relay) (bug #33387)