mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
Use nick color for display of IRC action messages
This commit is contained in:
@@ -86,7 +86,7 @@ irc_command_me_channel (struct t_irc_server *server,
|
||||
weechat_printf (channel->buffer,
|
||||
"%s%s%s %s%s",
|
||||
weechat_prefix ("action"),
|
||||
IRC_COLOR_CHAT_NICK,
|
||||
IRC_COLOR_CHAT_NICK_SELF,
|
||||
server->nick,
|
||||
IRC_COLOR_CHAT,
|
||||
(string) ? string : "");
|
||||
|
||||
Reference in New Issue
Block a user