1
0
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:
Sebastien Helleu
2008-12-17 16:36:01 +01:00
parent adb1fe0747
commit abb6b4d76e
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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 : "");