diff options
author | nyuszika7h <nyuszika7h@gmail.com> | 2014-10-09 15:38:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-09 21:32:27 +0200 |
commit | 9eb6b189da391a9d2554a1692f961666a7c5cb0c (patch) | |
tree | 6b38c5039b32e6a6f9f02724420fc29f3f4367ee /src/plugins | |
parent | a06be57eb7c2960ae60bba120378186a4d7c7a28 (diff) | |
download | weechat-9eb6b189da391a9d2554a1692f961666a7c5cb0c.zip |
irc: add tag "nick_xxx" in invite messages
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"), |