diff options
Diffstat (limited to 'src/plugins')
-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 928f7b5dd..3f4037319 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -599,7 +599,7 @@ IRC_PROTOCOL_CALLBACK(invite) NULL), date, irc_protocol_tags (command, "notify_highlight", - NULL, address), + nick, address), _("%sYou have been invited to %s%s%s by " "%s%s%s"), weechat_prefix ("network"), |