diff options
Diffstat (limited to 'src/core/wee-command.c')
-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" |