diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-07-28 09:59:54 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-07-28 09:59:54 +0200 |
commit | b7b4a7093e64b6b64c8cc803dd63dc57dcdae52f (patch) | |
tree | 55c8820016413a309b28dc2667f7bd9d674576e7 /src/plugins/irc | |
parent | 7e946913333a5e37e50c65c7796169b2de2582e5 (diff) | |
download | weechat-b7b4a7093e64b6b64c8cc803dd63dc57dcdae52f.zip |
Set level "message" for IRC notices with channel target
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index ecf1903d6..5ff6fea14 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -834,7 +834,7 @@ irc_protocol_cmd_notice (struct t_irc_server *server, const char *command, ptr_channel = irc_channel_search (server, pos_target); ptr_nick = irc_nick_search (ptr_channel, nick); weechat_printf_tags ((ptr_channel) ? ptr_channel->buffer : server->buffer, - irc_protocol_tags (command, NULL), + irc_protocol_tags (command, "notify_message"), "%s%sNotice%s(%s%s%s)%s: %s", weechat_prefix ("network"), IRC_COLOR_NOTICE, |