diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-10 17:39:15 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-10 17:39:15 +0200 |
commit | 8d6c5e9e4c9602142c24745e2affcc6b1f7fa8d6 (patch) | |
tree | 5a1d0cc113b1e2c5bec5c9c5512f6ae48901a266 /src/core | |
parent | 4171da77ef77837d65be88b2b8e3d86f5fbfb475 (diff) | |
download | weechat-8d6c5e9e4c9602142c24745e2affcc6b1f7fa8d6.zip |
Add tag "nick_xxx" in IRC messages
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 396b26c9c..6e96df80d 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -4628,8 +4628,9 @@ command_init () "Tags most commonly used:\n" " no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" - " irc_xxx (xxx is command name or number, see /server " - "raw), irc_numeric, irc_error, irc_action, irc_ctcp, " + " nick_xxx (xxx is nick in message),\n" + " irc_xxx (xxx is command name or number, see /server raw),\n" + " irc_numeric, irc_error, irc_action, irc_ctcp, " "irc_ctcp_reply, irc_smart_filter, away_info.\n\n" "Examples:\n" " use IRC smart filter for join/part/quit messages:\n" |