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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user