diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-15 11:19:03 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-15 11:19:03 +0200 |
commit | c37b65bba40eff30a7ed4b7322007d908fb143fb (patch) | |
tree | f89b5a4b8d9c02ade89e8091a632ecf34c50f9a8 /po/weechat.pot | |
parent | 4a16de553c18ab0887b49a76e0f7d1cded65bccb (diff) | |
download | weechat-c37b65bba40eff30a7ed4b7322007d908fb143fb.zip |
irc: fix argument nick in /help ignore
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 974214f81..12a881e56 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: 2011-05-15 10:53+0200\n" +"POT-Creation-Date: 2011-05-15 11:12+0200\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" @@ -3159,12 +3159,11 @@ msgstr "" msgid "" " list: list all ignores\n" " add: add an ignore\n" -" nick: nick or hostname (can be regular expression if \"re:\" is given)\n" +" nick: nick or hostname (can be regular expression if \"re:\" is given " +"or a mask using \"*\" to replace one or more chars)\n" " del: delete an ignore\n" " number: number of ignore to delete (look at list to find it)\n" " -all: delete all ignores\n" -"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a " -"mask is a string with some \"*\" to replace one or more chars)\n" " server: internal server name where ignore is working\n" " channel: channel name where ignore is working\n" "\n" |