summaryrefslogtreecommitdiff
path: root/doc
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
parentc12e1b244604be1b735fe02165b9e1194fe88f41 (diff)
downloadweechat-3d0a7451d8c5f94c1857e89cef2297727fd5d330.zip
irc: remove argument "clear" from command /cap (issue #8, closes #641)
Diffstat (limited to 'doc')
-rw-r--r--doc/de/autogen/user/irc_commands.asciidoc23
-rw-r--r--doc/en/autogen/user/irc_commands.asciidoc5
-rw-r--r--doc/fr/autogen/user/irc_commands.asciidoc5
-rw-r--r--doc/it/autogen/user/irc_commands.asciidoc5
-rw-r--r--doc/ja/autogen/user/irc_commands.asciidoc23
-rw-r--r--doc/pl/autogen/user/irc_commands.asciidoc5
6 files changed, 24 insertions, 42 deletions
diff --git a/doc/de/autogen/user/irc_commands.asciidoc b/doc/de/autogen/user/irc_commands.asciidoc
index 2322186fc..f52227a1b 100644
--- a/doc/de/autogen/user/irc_commands.asciidoc
+++ b/doc/de/autogen/user/irc_commands.asciidoc
@@ -91,26 +91,23 @@ Ohne Angabe von Argumenten wird die Ban-Liste für den aktuellen Channel angezei
/cap ls
list
req|ack [<capability> [<capability>...]]
- clear
end
- ls: führt alle Fähigkeiten auf die vom Server unterstützt werden
- list: führt alle Fähigkeiten auf die aktuell genutzt werden
- req: fordert eine Fähigkeit an
- ack: bestätigt eine Fähigkeit die von Serverseite eine Bestätigung erfordert
-clear: löscht die aktuell genutzten Fähigkeiten
- end: beendet die Übertragung von Fähigkeiten
+ 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
+ end: end the capability negotiation
-Ohne Angaben von Argumenten werden "ls" und "list" gesendet.
+Without argument, "ls" and "list" are sent.
-Fähigkeiten die von WeeChat unterstützt werden: account-notify, away-notify, cap-notify, extended-join, multi-prefix, server-time, userhost-in-names.
+Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, extended-join, multi-prefix, server-time, userhost-in-names.
-Fähigkeiten die standardmäßig genutzt werden sollen können mit der Option irc.server_default.capabilities gesetzt werden (oder individuell für jeden Server mit der Option irc.server.xxx.capabilities).
+The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities).
-Beispiele:
+Examples:
/cap
- /cap req multi-prefix
- /cap clear
+ /cap req multi-prefix away-notify
----
[[command_irc_connect]]
diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc
index bad6bdc75..b8a469d11 100644
--- a/doc/en/autogen/user/irc_commands.asciidoc
+++ b/doc/en/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]]
diff --git a/doc/fr/autogen/user/irc_commands.asciidoc b/doc/fr/autogen/user/irc_commands.asciidoc
index ccc92b9e2..2bf1c1749 100644
--- a/doc/fr/autogen/user/irc_commands.asciidoc
+++ b/doc/fr/autogen/user/irc_commands.asciidoc
@@ -91,14 +91,12 @@ Sans paramètre, cette commande affiche la liste des bannissements pour le canal
/cap ls
list
req|ack [<capacité> [<capacité>...]]
- clear
end
ls : lister les capacités supportées par le serveur
list : lister les capacités actuellement activées
req : demander une capacité
ack : accuser réception de capacités qui nécessitent un accusé de réception du client
-clear : effacer les capacités actuellement activées
end : terminer la négociation de capacité
Sans paramètre, "ls" et "list" sont envoyés.
@@ -109,8 +107,7 @@ Les capacités à activer automatiquement sur les serveurs peuvent être défini
Exemples :
/cap
- /cap req multi-prefix
- /cap clear
+ /cap req multi-prefix away-notify
----
[[command_irc_connect]]
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]]
diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc
index 5a5b474a6..bc6b9738a 100644
--- a/doc/ja/autogen/user/irc_commands.asciidoc
+++ b/doc/ja/autogen/user/irc_commands.asciidoc
@@ -91,26 +91,23 @@ channel: チャンネル名
/cap ls
list
req|ack [<capability> [<capability>...]]
- clear
end
- ls: サーバがサポートする機能をリスト
- list: 現在有効化されている機能をリスト
- req: 機能情報を要求
- ack: クライアント側に承認を要求する機能を承認
-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
+ end: end the capability negotiation
-引数無しの場合、"ls" と "list" を送信します。
+Without argument, "ls" and "list" are sent.
-WeeChat がサポートする機能: account-notify、away-notify、cap-notify、extended-join、multi-prefix、server-time、userhost-in-names。
+Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, extended-join, multi-prefix, server-time, userhost-in-names.
-自動的に有効化する機能を設定するにはオプション irc.server_default.capabilities (または対象のサーバに関するオプション irc.server.xxx.capabilities) を使ってください。
+The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities).
-例:
+Examples:
/cap
- /cap req multi-prefix
- /cap clear
+ /cap req multi-prefix away-notify
----
[[command_irc_connect]]
diff --git a/doc/pl/autogen/user/irc_commands.asciidoc b/doc/pl/autogen/user/irc_commands.asciidoc
index 49f27833c..19869219f 100644
--- a/doc/pl/autogen/user/irc_commands.asciidoc
+++ b/doc/pl/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]]