1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

irc: set host for nick on each channel message (if not already set)

This commit is contained in:
Sebastien Helleu
2011-09-29 20:01:11 +02:00
parent 0440ff7c89
commit 613b53fa8b
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.6-dev, 2011-09-27
v0.3.6-dev, 2011-09-29
Version 0.3.6 (under dev!)
@@ -105,6 +105,7 @@ Version 0.3.6 (under dev!)
followed by a digit (bug #33662)
* irc: add prefix "#" for all channels on join (if no prefix given)
* irc: switch to buffer on /join #channel if channel buffer already exists
* irc: set host for nick on each channel message (if not already set)
* 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
+3
View File
@@ -1389,6 +1389,9 @@ IRC_PROTOCOL_CALLBACK(privmsg)
/* other message */
ptr_nick = irc_nick_search (ptr_channel, nick);
if (ptr_nick && !ptr_nick->host)
ptr_nick->host = strdup (address);
weechat_printf_tags (ptr_channel->buffer,
irc_protocol_tags (command,
"notify_message",