irc: set notify level to "private" for received WALLOPS
This commit is contained in:
parent
f2d1acb899
commit
e04cc87f60
@ -28,6 +28,10 @@ New features::
|
|||||||
* irc: add support of FAIL/WARN/NOTE messages (issue #1653)
|
* irc: add support of FAIL/WARN/NOTE messages (issue #1653)
|
||||||
* irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (issue #175)
|
* irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (issue #175)
|
||||||
|
|
||||||
|
Bug fixes::
|
||||||
|
|
||||||
|
* irc: set notify level to "private" for received WALLOPS
|
||||||
|
|
||||||
Documentation::
|
Documentation::
|
||||||
|
|
||||||
* add Serbian translations (issue #1655)
|
* add Serbian translations (issue #1655)
|
||||||
|
@ -3195,7 +3195,7 @@ IRC_PROTOCOL_CALLBACK(wallops)
|
|||||||
weechat_printf_date_tags (
|
weechat_printf_date_tags (
|
||||||
irc_msgbuffer_get_target_buffer (server, nick, command, NULL, NULL),
|
irc_msgbuffer_get_target_buffer (server, nick, command, NULL, NULL),
|
||||||
date,
|
date,
|
||||||
irc_protocol_tags (command, NULL, nick, address),
|
irc_protocol_tags (command, "notify_private", nick, address),
|
||||||
_("%sWallops from %s: %s"),
|
_("%sWallops from %s: %s"),
|
||||||
weechat_prefix ("network"),
|
weechat_prefix ("network"),
|
||||||
(nick_address[0]) ? nick_address : "?",
|
(nick_address[0]) ? nick_address : "?",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user