diff options
author | Nils Görs <weechatter@arcor.de> | 2013-01-29 20:20:22 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-29 20:20:22 +0100 |
commit | 792d607027e26b10b622278fef07fa1ae70189a7 (patch) | |
tree | 6477cbc87bcb4e1a6d7463c5f061468970aa0a40 /src/core/wee-command.c | |
parent | cb617d8b234e197fdf0922ff8df849beff831782 (diff) | |
download | weechat-792d607027e26b10b622278fef07fa1ae70189a7.zip |
core: add "/debug tags" in /help filter
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 13dc764c8..30162f288 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6073,7 +6073,8 @@ command_init () "notify_highlight,\n" " nick_xxx (xxx is nick in message), " "prefix_nick_ccc (ccc is color of nick),\n" - " irc_xxx (xxx is command name or number, see /server raw),\n" + " irc_xxx (xxx is command name or number, see /server raw " + "or /debug tags),\n" " irc_numeric, irc_error, irc_action, irc_ctcp, " "irc_ctcp_reply, irc_smart_filter, away_info.\n" "To see tags for lines in buffers: /debug tags\n\n" |