mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
irc: fix colors in MODE message (issue #2286)
This commit is contained in:
@@ -2199,7 +2199,7 @@ IRC_PROTOCOL_CALLBACK(mode)
|
||||
IRC_COLOR_RESET,
|
||||
ctxt->params[1], /* mode */
|
||||
(modes_args && modes_args[0]) ? " " : "",
|
||||
(modes_args && modes_args[0]) ? modes_args : "",
|
||||
(modes_args && modes_args[0]) ? IRC_COLOR_MSG(modes_args) : "",
|
||||
IRC_COLOR_CHAT_DELIMITERS,
|
||||
IRC_COLOR_RESET,
|
||||
irc_nick_color_for_msg (ctxt->server, 1, ptr_nick, ctxt->nick),
|
||||
|
||||
Reference in New Issue
Block a user