summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/irc_commands.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-01-03 09:01:43 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-01-03 09:01:43 +0100
commit3d0a7451d8c5f94c1857e89cef2297727fd5d330 (patch)
tree968ce2fa12be0b4432aa9404cb1e82bae68dbd8c /doc/it/autogen/user/irc_commands.asciidoc
parentc12e1b244604be1b735fe02165b9e1194fe88f41 (diff)
downloadweechat-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.asciidoc5
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]]