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 /doc/it/autogen/user/irc_commands.asciidoc | |
parent | c12e1b244604be1b735fe02165b9e1194fe88f41 (diff) | |
download | weechat-3d0a7451d8c5f94c1857e89cef2297727fd5d330.zip |
irc: remove argument "clear" from command /cap (issue #8, closes #641)
Diffstat (limited to 'doc/it/autogen/user/irc_commands.asciidoc')
-rw-r--r-- | doc/it/autogen/user/irc_commands.asciidoc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/it/autogen/user/irc_commands.asciidoc b/doc/it/autogen/user/irc_commands.asciidoc index 5ca4d2a5c..496018dfd 100644 --- a/doc/it/autogen/user/irc_commands.asciidoc +++ b/doc/it/autogen/user/irc_commands.asciidoc @@ -91,14 +91,12 @@ Without argument, this command displays the ban list for current channel. /cap ls list req|ack [<capability> [<capability>...]] - clear end ls: list the capabilities supported by the server list: list the capabilities currently enabled req: request a capability ack: acknowledge capabilities which require client-side acknowledgement -clear: clear the capabilities currently enabled end: end the capability negotiation Without argument, "ls" and "list" are sent. @@ -109,8 +107,7 @@ The capabilities to automatically enable on servers can be set in option irc.ser Examples: /cap - /cap req multi-prefix - /cap clear + /cap req multi-prefix away-notify ---- [[command_irc_connect]] |