mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
irc: add "cap-notify" in list of supported capabilities (/help cap)
This commit is contained in:
@@ -94,20 +94,20 @@ Ohne Angabe von Argumenten wird die Ban-Liste für den aktuellen Channel angezei
|
||||
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 genutzen 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
|
||||
clear: clear the capabilities currently enabled
|
||||
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, 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
|
||||
|
||||
@@ -103,7 +103,7 @@ clear: clear the capabilities currently enabled
|
||||
|
||||
Without argument, "ls" and "list" are sent.
|
||||
|
||||
Capabilities supported by WeeChat are: account-notify, away-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.
|
||||
|
||||
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).
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ clear : effacer les capacités actuellement activées
|
||||
|
||||
Sans paramètre, "ls" et "list" sont envoyés.
|
||||
|
||||
Les capacités supportées par WeeChat sont : account-notify, away-notify, extended-join, multi-prefix, server-time, userhost-in-names.
|
||||
Les capacités supportées par WeeChat sont : account-notify, away-notify, cap-notify, extended-join, multi-prefix, server-time, userhost-in-names.
|
||||
|
||||
Les capacités à activer automatiquement sur les serveurs peuvent être définies dans l'opion irc.server_default.capabilities (ou par serveur dans l'option irc.server.xxx.capabilities).
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ clear: clear the capabilities currently enabled
|
||||
|
||||
Without argument, "ls" and "list" are sent.
|
||||
|
||||
Capabilities supported by WeeChat are: account-notify, away-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.
|
||||
|
||||
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).
|
||||
|
||||
|
||||
@@ -94,20 +94,20 @@ channel: チャンネル名
|
||||
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
|
||||
clear: clear the capabilities currently enabled
|
||||
end: end the capability negotiation
|
||||
|
||||
引数無しの場合、"ls" と "list" を送信します。
|
||||
Without argument, "ls" and "list" are sent.
|
||||
|
||||
WeeChat がサポートする機能: account-notify、away-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
|
||||
|
||||
@@ -103,7 +103,7 @@ clear: clear the capabilities currently enabled
|
||||
|
||||
Without argument, "ls" and "list" are sent.
|
||||
|
||||
Capabilities supported by WeeChat are: account-notify, away-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.
|
||||
|
||||
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).
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-09-29 21:09+0200\n"
|
||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -5587,8 +5587,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
@@ -24,7 +24,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-10-04 07:57+0100\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <>\n"
|
||||
@@ -6548,6 +6548,7 @@ msgstr "Aushandlung der Clientfähigkeit"
|
||||
msgid "ls || list || req|ack [<capability> [<capability>...]] || clear || end"
|
||||
msgstr "ls || list || req|ack [<capability> [<capability>...]] || clear || end"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" ls: list the capabilities supported by the server\n"
|
||||
" list: list the capabilities currently enabled\n"
|
||||
@@ -6558,8 +6559,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-09-30 20:55+0200\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -5816,8 +5816,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"PO-Revision-Date: 2015-10-18 18:58+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-10-18 19:06+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -6413,8 +6413,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
@@ -6435,8 +6435,8 @@ msgstr ""
|
||||
"\n"
|
||||
"Sans paramètre, \"ls\" et \"list\" sont envoyés.\n"
|
||||
"\n"
|
||||
"Les capacités supportées par WeeChat sont : account-notify, away-notify, "
|
||||
"extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Les capacités supportées par WeeChat sont : account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"Les capacités à activer automatiquement sur les serveurs peuvent être "
|
||||
"définies dans l'opion irc.server_default.capabilities (ou par serveur dans "
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-09-09 09:13+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -5111,8 +5111,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-09-30 20:55+0200\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -5965,8 +5965,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-10-07 09:00+0900\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
|
||||
@@ -6124,6 +6124,7 @@ msgstr "クライアント機能情報の交換"
|
||||
msgid "ls || list || req|ack [<capability> [<capability>...]] || clear || end"
|
||||
msgstr "ls || list || req|ack [<capability> [<capability>...]] || clear || end"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" ls: list the capabilities supported by the server\n"
|
||||
" list: list the capabilities currently enabled\n"
|
||||
@@ -6134,8 +6135,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-09-30 20:56+0200\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -6274,8 +6274,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
+3
-3
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-09-30 20:56+0200\n"
|
||||
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -5690,8 +5690,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-09-09 09:13+0200\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -5153,8 +5153,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\n"
|
||||
"PO-Revision-Date: 2015-03-10 21:33+0100\n"
|
||||
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -4678,8 +4678,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
+3
-3
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-10-18 18:57+0200\n"
|
||||
"POT-Creation-Date: 2015-10-18 19:03+0200\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"
|
||||
@@ -4666,8 +4666,8 @@ msgid ""
|
||||
"\n"
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, extended-"
|
||||
"join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"Capabilities supported by WeeChat are: account-notify, away-notify, cap-"
|
||||
"notify, extended-join, multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set in option irc."
|
||||
"server_default.capabilities (or by server in option irc.server.xxx."
|
||||
|
||||
@@ -6150,7 +6150,7 @@ irc_command_init ()
|
||||
"Without argument, \"ls\" and \"list\" are sent.\n"
|
||||
"\n"
|
||||
"Capabilities supported by WeeChat are: "
|
||||
"account-notify, away-notify, extended-join, "
|
||||
"account-notify, away-notify, cap-notify, extended-join, "
|
||||
"multi-prefix, server-time, userhost-in-names.\n"
|
||||
"\n"
|
||||
"The capabilities to automatically enable on servers can be set "
|
||||
|
||||
@@ -45,9 +45,8 @@ struct t_irc_channel;
|
||||
|
||||
/* list of supported capabilities (for completion in command /cap) */
|
||||
#define IRC_COMMAND_CAP_SUPPORTED_COMPLETION \
|
||||
"account-notify|away-notify|extended-join|" \
|
||||
"multi-prefix|server-time|userhost-in-names" \
|
||||
"|%*"
|
||||
"account-notify|away-notify|cap-notify|extended-join|" \
|
||||
"multi-prefix|server-time|userhost-in-names|%*"
|
||||
|
||||
extern void irc_command_away_server (struct t_irc_server *server,
|
||||
const char *arguments,
|
||||
|
||||
Reference in New Issue
Block a user