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

irc: fix display bug in output of /quiet or /mode #channel +q (wrong nick displayed)

This commit is contained in:
Sebastien Helleu
2012-11-03 09:59:48 +01:00
parent 8e5d313885
commit c848cb42d8
+1 -1
View File
@@ -4345,7 +4345,7 @@ IRC_PROTOCOL_CALLBACK(728)
argv[5],
IRC_COLOR_RESET,
irc_nick_color_for_server_message (server, NULL,
irc_message_get_nick_from_host (argv[5])),
irc_message_get_nick_from_host (argv[6])),
irc_message_get_nick_from_host (argv[6]),
IRC_COLOR_CHAT_DELIMITERS,
IRC_COLOR_CHAT_HOST,