diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-20 18:03:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-20 18:03:08 +0200 |
commit | 9037c0fe4c07b76bafb9a07b1600ac600bcf4245 (patch) | |
tree | 2ed03e6cfccc89c5f354c1aedb21ee3a184f3c05 /doc | |
parent | 7ee9e58d1b9494f2fb7befd4107d79616a084ff1 (diff) | |
download | weechat-9037c0fe4c07b76bafb9a07b1600ac600bcf4245.zip |
irc: add option irc.network.whois_double_nick to double nick in command /whois
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 5 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 5 | ||||
-rw-r--r-- | doc/fr/autogen/user/irc_options.txt | 5 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 5 | ||||
-rw-r--r-- | doc/ja/autogen/user/irc_options.txt | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 506b1422a..12e84df8d 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -373,6 +373,11 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `off`) +* [[option_irc.network.whois_double_nick]] *irc.network.whois_double_nick* +** Beschreibung: `double the nick in /whois command (if only one nick is given), to get idle time in answer; for example: "/whois nick" will send "whois nick nick"` +** Typ: boolesch +** Werte: on, off (Standardwert: `on`) + * [[option_irc.server_default.addresses]] *irc.server_default.addresses* ** Beschreibung: `Liste der Hostnamen/Ports oder IP/Ports des Servers (durch Komma getrennt)` ** Typ: Zeichenkette diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 37f74c06c..7af334e3e 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -373,6 +373,11 @@ ** type: boolean ** values: on, off (default value: `off`) +* [[option_irc.network.whois_double_nick]] *irc.network.whois_double_nick* +** description: `double the nick in /whois command (if only one nick is given), to get idle time in answer; for example: "/whois nick" will send "whois nick nick"` +** type: boolean +** values: on, off (default value: `on`) + * [[option_irc.server_default.addresses]] *irc.server_default.addresses* ** description: `list of hostname/port or IP/port for server (separated by comma)` ** type: string diff --git a/doc/fr/autogen/user/irc_options.txt b/doc/fr/autogen/user/irc_options.txt index 6620924b8..bf06dfc52 100644 --- a/doc/fr/autogen/user/irc_options.txt +++ b/doc/fr/autogen/user/irc_options.txt @@ -373,6 +373,11 @@ ** type: booléen ** valeurs: on, off (valeur par défaut: `off`) +* [[option_irc.network.whois_double_nick]] *irc.network.whois_double_nick* +** description: `doubler le pseudo dans la commande /whois (si un seul pseudo est donné), pour avoir le temps d'inactivité; par exemple: "/whois pseudo" enverra "whois pseudo pseudo"` +** type: booléen +** valeurs: on, off (valeur par défaut: `on`) + * [[option_irc.server_default.addresses]] *irc.server_default.addresses* ** description: `liste de nom/port ou IP/port pour le serveur (séparés par des virgules)` ** type: chaîne diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index cac2f0ddb..2ea54bdb2 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -373,6 +373,11 @@ ** tipo: bool ** valori: on, off (valore predefinito: `off`) +* [[option_irc.network.whois_double_nick]] *irc.network.whois_double_nick* +** descrizione: `double the nick in /whois command (if only one nick is given), to get idle time in answer; for example: "/whois nick" will send "whois nick nick"` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + * [[option_irc.server_default.addresses]] *irc.server_default.addresses* ** descrizione: `elenco di host/porte o IP/porte per il server (separati da virgole)` ** tipo: stringa diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt index 8fec99e6f..e4dcd149b 100644 --- a/doc/ja/autogen/user/irc_options.txt +++ b/doc/ja/autogen/user/irc_options.txt @@ -373,6 +373,11 @@ ** タイプ: ブール ** 値: on, off (デフォルト値: `off`) +* [[option_irc.network.whois_double_nick]] *irc.network.whois_double_nick* +** 説明: `double the nick in /whois command (if only one nick is given), to get idle time in answer; for example: "/whois nick" will send "whois nick nick"` +** タイプ: ブール +** 値: on, off (デフォルト値: `on`) + * [[option_irc.server_default.addresses]] *irc.server_default.addresses* ** 説明: `サーバのホスト名/ポート番号又は IP アドレス/ポート番号のリスト (コンマ区切り)` ** タイプ: 文字列 |