1
0
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:
Sebastien Helleu
2008-10-31 08:12:48 +01:00
parent e1e0e83eb2
commit 1bfa9d48c5
+1 -1
View File
@@ -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"),