mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
irc: set notify level to "private" for received WALLOPS
This commit is contained in:
@@ -3195,7 +3195,7 @@ IRC_PROTOCOL_CALLBACK(wallops)
|
||||
weechat_printf_date_tags (
|
||||
irc_msgbuffer_get_target_buffer (server, nick, command, NULL, NULL),
|
||||
date,
|
||||
irc_protocol_tags (command, NULL, nick, address),
|
||||
irc_protocol_tags (command, "notify_private", nick, address),
|
||||
_("%sWallops from %s: %s"),
|
||||
weechat_prefix ("network"),
|
||||
(nick_address[0]) ? nick_address : "?",
|
||||
|
||||
Reference in New Issue
Block a user