mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
Fix tag of message displayed by IRC command invite
This commit is contained in:
@@ -285,7 +285,7 @@ irc_protocol_cmd_invite (struct t_irc_server *server, const char *command,
|
||||
if (!irc_ignore_check (server, NULL, nick, host))
|
||||
{
|
||||
weechat_printf_tags (server->buffer,
|
||||
irc_protocol_tags (command, "otify_highlight"),
|
||||
irc_protocol_tags (command, "notify_highlight"),
|
||||
_("%sYou have been invited to %s%s%s by "
|
||||
"%s%s"),
|
||||
irc_buffer_get_server_prefix (server, "network"),
|
||||
|
||||
Reference in New Issue
Block a user