diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-03 09:01:43 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-03 09:01:43 +0100 |
commit | 3d0a7451d8c5f94c1857e89cef2297727fd5d330 (patch) | |
tree | 968ce2fa12be0b4432aa9404cb1e82bae68dbd8c /po/weechat.pot | |
parent | c12e1b244604be1b735fe02165b9e1194fe88f41 (diff) | |
download | weechat-3d0a7451d8c5f94c1857e89cef2297727fd5d330.zip |
irc: remove argument "clear" from command /cap (issue #8, closes #641)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 65865eb88..181215a94 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-02 10:06+0100\n" +"POT-Creation-Date: 2016-01-03 08:56+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4696,7 +4696,7 @@ msgstr "" msgid "client capability negotiation" msgstr "" -msgid "ls || list || req|ack [<capability> [<capability>...]] || clear || end" +msgid "ls || list || req|ack [<capability> [<capability>...]] || end" msgstr "" msgid "" @@ -4704,7 +4704,6 @@ msgid "" " list: list the capabilities currently enabled\n" " req: request a capability\n" " ack: acknowledge capabilities which require client-side acknowledgement\n" -"clear: clear the capabilities currently enabled\n" " end: end the capability negotiation\n" "\n" "Without argument, \"ls\" and \"list\" are sent.\n" @@ -4718,8 +4717,7 @@ msgid "" "\n" "Examples:\n" " /cap\n" -" /cap req multi-prefix\n" -" /cap clear" +" /cap req multi-prefix away-notify" msgstr "" msgid "connect to IRC server(s)" |