1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Fix color of word "Notice" when sending IRC notice

This commit is contained in:
Sebastien Helleu
2010-02-13 12:05:02 +01:00
parent 922e67cabd
commit 34272b7e4d
+3 -1
View File
@@ -2493,8 +2493,10 @@ irc_command_notice (void *data, struct t_gui_buffer *buffer, int argc,
weechat_config_boolean (irc_config_network_colors_receive));
ptr_channel = irc_channel_search (ptr_server, argv[arg_nick]);
weechat_printf ((ptr_channel) ? ptr_channel->buffer : ptr_server->buffer,
"%sNotice -> %s%s%s: %s",
"%s%sNotice%s -> %s%s%s: %s",
weechat_prefix ("network"),
IRC_COLOR_NOTICE,
IRC_COLOR_CHAT,
(irc_channel_is_channel (argv[arg_nick])) ?
IRC_COLOR_CHAT_CHANNEL : IRC_COLOR_CHAT_NICK,
argv[arg_nick],