diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-22 20:26:24 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-22 20:26:24 +0100 |
commit | a10b9038d50ca0e37f9e7b2d355fd9bab123cb91 (patch) | |
tree | 69d570300048cd4894bd2cfa080c04effedf0172 /po/weechat.pot | |
parent | c1c1005b364d28409339f46b5233bcb0f2f86ed7 (diff) | |
download | weechat-a10b9038d50ca0e37f9e7b2d355fd9bab123cb91.zip |
Add list of tags in /help filter
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 3baa35ede..cca5bc380 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-03-22 10:51+0100\n" +"POT-Creation-Date: 2010-03-22 17:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -851,11 +851,20 @@ msgid "" "\n" "The default key alt+'=' toggles filtering on/off.\n" "\n" +"Tags most commonly used:\n" +" no_filter, no_highlight, 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, irc_ctcp_reply, irc_smart_filter, " +"away_info.\n" +"\n" "Examples:\n" " use IRC smart filter for join/part/quit messages:\n" " /filter add irc_smart * irc_smart_filter *\n" " filter all IRC join/part/quit messages:\n" " /filter add joinquit * irc_join,irc_part,irc_quit *\n" +" filter nicks displayed when joining channels or with /names:\n" +" /filter add nicks * irc_366 *\n" " filter nick \"toto\" on IRC channel #weechat:\n" " /filter add toto irc.freenode.#weechat * toto\\t\n" " filter lines containing word \"spam\":\n" |