summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-07 15:18:40 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-07 15:18:40 +0100
commitfaba6aa6c22b3e6112213a613dfb9bdfcce7723b (patch)
tree677af8a63b39aac06f6b727635077b8346448c62
parent4f184b6111c729608fbf26a0adcc00c828f2e00a (diff)
downloadweechat-faba6aa6c22b3e6112213a613dfb9bdfcce7723b.zip
irc: improve /help of command/command_delay/autojoin options in servers
-rw-r--r--doc/de/autogen/user/irc_options.txt6
-rw-r--r--doc/en/autogen/user/irc_options.txt6
-rw-r--r--doc/fr/autogen/user/irc_options.txt6
-rw-r--r--doc/it/autogen/user/irc_options.txt6
-rw-r--r--doc/ja/autogen/user/irc_options.txt6
-rw-r--r--po/cs.po26
-rw-r--r--po/de.po28
-rw-r--r--po/es.po26
-rw-r--r--po/fr.po53
-rw-r--r--po/hu.po26
-rw-r--r--po/it.po27
-rw-r--r--po/ja.po27
-rw-r--r--po/pl.po28
-rw-r--r--po/pt_BR.po26
-rw-r--r--po/ru.po26
-rw-r--r--po/tr.po25
-rw-r--r--po/weechat.pot25
-rw-r--r--src/plugins/irc/irc-config.c26
18 files changed, 215 insertions, 184 deletions
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt
index ee018954c..c1a1530de 100644
--- a/doc/de/autogen/user/irc_options.txt
+++ b/doc/de/autogen/user/irc_options.txt
@@ -424,7 +424,7 @@
** Werte: on, off (Standardwert: `off`)
* [[option_irc.server_default.autojoin]] *irc.server_default.autojoin*
-** Beschreibung: `durch Kommata getrennte Liste von Channels, die beim Verbinden mit dem Server automatisch betreten werden. Channels die einen Schlüssel benötigen müssen in der Auflistung als erstes aufgeführt werden. Die Schlüssel, zu den jeweiligen Channels, werden nach den Channels aufgeführt (eine Trennung von Channels und Schlüssel erfolgt mittels einem Leerzeichen. Schlüssel werden untereinander auch durch Kommata voneinander getrennt) (Beispiel: "#channel1,#channel2,#channnel3 key1,key2", #channel1 und #channel2 sind durch jeweils einen Schlüssel, key1 und key2, geschützt) (Hinweis: Inhalt wird evaluiert, siehe /help eval)"`
+** Beschreibung: `comma separated list of channels to join after connection to server (and after executing command + delay if they are set); the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)`
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette (Standardwert: `""`)
@@ -464,12 +464,12 @@
** Werte: beliebige Zeichenkette (Standardwert: `""`)
* [[option_irc.server_default.command]] *irc.server_default.command*
-** Beschreibung: `enthält Befehle die nach der Verbindung zum Server ausgeführt werden sollen. Mehrere Befehle müssen durch ein ";" getrennt werden. Möchte man ein Semikolon nutzen muss man "\;" verwenden. Die speziellen Variablen $nick, $channel und $server werden dabei durch den jeweiligen Wert ersetzt (Hinweis: Inhalt wird evaluiert, siehe /help eval)`
+** Beschreibung: `command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval)`
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette (Standardwert: `""`)
* [[option_irc.server_default.command_delay]] *irc.server_default.command_delay*
-** Beschreibung: `Wartezeit in Sekunden nach Ausführung des Befehls, um z.B. eine Authentifizierung zu ermöglichen`
+** Beschreibung: `delay (in seconds) after execution of command and before auto-join of channels (example: give some time for authentication before joining channels)`
** Typ: integer
** Werte: 0 .. 3600 (Standardwert: `0`)
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt
index b5c24e07f..f439b5ae5 100644
--- a/doc/en/autogen/user/irc_options.txt
+++ b/doc/en/autogen/user/irc_options.txt
@@ -424,7 +424,7 @@
** values: on, off (default value: `off`)
* [[option_irc.server_default.autojoin]] *irc.server_default.autojoin*
-** description: `comma separated list of channels to join when connected to server; the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)`
+** description: `comma separated list of channels to join after connection to server (and after executing command + delay if they are set); the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)`
** type: string
** values: any string (default value: `""`)
@@ -464,12 +464,12 @@
** values: any string (default value: `""`)
* [[option_irc.server_default.command]] *irc.server_default.command*
-** description: `command(s) to run when connected to server (many commands should be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval)`
+** description: `command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval)`
** type: string
** values: any string (default value: `""`)
* [[option_irc.server_default.command_delay]] *irc.server_default.command_delay*
-** description: `delay (in seconds) after command was executed (example: give some time for authentication)`
+** description: `delay (in seconds) after execution of command and before auto-join of channels (example: give some time for authentication before joining channels)`
** type: integer
** values: 0 .. 3600 (default value: `0`)
diff --git a/doc/fr/autogen/user/irc_options.txt b/doc/fr/autogen/user/irc_options.txt
index fd72cf049..f499ed562 100644
--- a/doc/fr/autogen/user/irc_options.txt
+++ b/doc/fr/autogen/user/irc_options.txt
@@ -424,7 +424,7 @@
** valeurs: on, off (valeur par défaut: `off`)
* [[option_irc.server_default.autojoin]] *irc.server_default.autojoin*
-** description: `liste des canaux (séparés par des virgules) à rejoindre lorsque connecté au serveur; les canaux nécessitant une clé doivent être en début de liste, et toutes les clés doivent être données après les canaux (séparées par un espace) (exemple: "#canal1,#canal2,#canal3 clé1,clé2" où #canal1 et #canal2 sont protégés par clé1 et clé2) (note: le contenu est évalué, voir /help eval)`
+** description: `liste des canaux (séparés par des virgules) à rejoindre après la connexion au serveur (et après exécution de la commande + délai s'ils sont définis); les canaux nécessitant une clé doivent être en début de liste, et toutes les clés doivent être données après les canaux (séparées par un espace) (exemple: "#canal1,#canal2,#canal3 clé1,clé2" où #canal1 et #canal2 sont protégés par clé1 et clé2) (note: le contenu est évalué, voir /help eval)`
** type: chaîne
** valeurs: toute chaîne (valeur par défaut: `""`)
@@ -464,12 +464,12 @@
** valeurs: toute chaîne (valeur par défaut: `""`)
* [[option_irc.server_default.command]] *irc.server_default.command*
-** description: `commande(s) à exécuter lorsque connecté au serveur (plusieurs commandes doivent être séparées par ";", utilisez "\;" pour un point-virgule, les variables spéciales $nick, $channel et $server sont remplacées par leur valeur) (note: le contenu est évalué, voir /help eval)`
+** description: `commande(s) à exécuter après la connexion au serveur et avant le "join" automatique des canaux (plusieurs commandes peuvent être séparées par ";", utilisez "\;" pour un point-virgule, les variables spéciales $nick, $channel et $server sont remplacées par leur valeur) (note: le contenu est évalué, voir /help eval)`
** type: chaîne
** valeurs: toute chaîne (valeur par défaut: `""`)
* [[option_irc.server_default.command_delay]] *irc.server_default.command_delay*
-** description: `délai (en secondes) après exécution de la commande (exemple: donner du temps pour l'authentification)`
+** description: `délai (en secondes) après exécution de la commande et avant le "join" automatique des canaux (exemple: donner du temps pour l'authentification avant de rejoindre les canaux)`
** type: entier
** valeurs: 0 .. 3600 (valeur par défaut: `0`)
diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt
index 69a5659e8..28ceabed6 100644
--- a/doc/it/autogen/user/irc_options.txt
+++ b/doc/it/autogen/user/irc_options.txt
@@ -424,7 +424,7 @@
** valori: on, off (valore predefinito: `off`)
* [[option_irc.server_default.autojoin]] *irc.server_default.autojoin*
-** descrizione: `comma separated list of channels to join when connected to server; the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)`
+** descrizione: `comma separated list of channels to join after connection to server (and after executing command + delay if they are set); the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
@@ -464,12 +464,12 @@
** valori: qualsiasi stringa (valore predefinito: `""`)
* [[option_irc.server_default.command]] *irc.server_default.command*
-** descrizione: `comando(i) da eseguire quando si è connessi al server (più comandi vanno separati da ";", usare "\;" per un punto e virgola, le variabili speciali $nick, $canale e $server vengono sostituite dai loro valori) (nota: il contenuto viene valutato, consultare /help eval)`
+** descrizione: `command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
* [[option_irc.server_default.command_delay]] *irc.server_default.command_delay*
-** descrizione: `ritardo (in secondi) dopo l'esecuzione del comando (esempio: fornire il tempo per l'autenticazione)`
+** descrizione: `delay (in seconds) after execution of command and before auto-join of channels (example: give some time for authentication before joining channels)`
** tipo: intero
** valori: 0 .. 3600 (valore predefinito: `0`)
diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt
index 1a15139a8..ea8012f9f 100644
--- a/doc/ja/autogen/user/irc_options.txt
+++ b/doc/ja/autogen/user/irc_options.txt
@@ -424,7 +424,7 @@
** 値: on, off (デフォルト値: `off`)
* [[option_irc.server_default.autojoin]] *irc.server_default.autojoin*
-** 説明: `comma separated list of channels to join when connected to server; the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)`
+** 説明: `comma separated list of channels to join after connection to server (and after executing command + delay if they are set); the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)`
** タイプ: 文字列
** 値: 未制約文字列 (デフォルト値: `""`)
@@ -464,12 +464,12 @@
** 値: 未制約文字列 (デフォルト値: `""`)
* [[option_irc.server_default.command]] *irc.server_default.command*
-** 説明: `サーバに接続した際に実行するコマンド (";" で分けて 複数のコマンドを列挙できます、セミコロンは "\;" のように使ってください、特殊変数 $nick、$channel、$server はそれぞれの値に置換されます) (注意: 値は評価されます、/help eval を参照)`
+** 説明: `command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval)`
** タイプ: 文字列
** 値: 未制約文字列 (デフォルト値: `""`)
* [[option_irc.server_default.command_delay]] *irc.server_default.command_delay*
-** 説明: `コマンド実行後の遅延時間 (秒単位) (例: 認証のために少し待つ)`
+** 説明: `delay (in seconds) after execution of command and before auto-join of channels (example: give some time for authentication before joining channels)`
** タイプ: 整数
** 値: 0 .. 3600 (デフォルト値: `0`)
diff --git a/po/cs.po b/po/cs.po
index b0e6399f3..be700a2fc 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6114,28 +6114,30 @@ msgstr ""
#, fuzzy
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
"příkaz(y), které provést po přípojení k serveru (více příkazů se odděluje "
"pomocí \";\", použijte \"\\;\" pro středník, speciální proměnné $nick, "
"$channel a $server jsou přepsány svou hodnotou)"
+#, fuzzy
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
"počkání (v sekundách) po spuštění příkazu (například: dád nějaký čas pro "
"autorizaci)"
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
diff --git a/po/de.po b/po/de.po
index ec5bbd239..4f7d4ff56 100644
--- a/po/de.po
+++ b/po/de.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-20 15:12+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n"
@@ -6824,11 +6824,12 @@ msgstr ""
"Server (optional). Falls kein Eintrag vorhanden sein sollte wird der lokale "
"Hostname verwendet"
+#, fuzzy
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
"enthält Befehle die nach der Verbindung zum Server ausgeführt werden sollen. "
"Mehrere Befehle müssen durch ein \";\" getrennt werden. Möchte man ein "
@@ -6836,19 +6837,22 @@ msgstr ""
"$channel und $server werden dabei durch den jeweiligen Wert ersetzt "
"(Hinweis: Inhalt wird evaluiert, siehe /help eval)"
+#, fuzzy
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
"Wartezeit in Sekunden nach Ausführung des Befehls, um z.B. eine "
"Authentifizierung zu ermöglichen"
+#, fuzzy
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
"durch Kommata getrennte Liste von Channels, die beim Verbinden mit dem "
"Server automatisch betreten werden. Channels die einen Schlüssel benötigen "
diff --git a/po/es.po b/po/es.po
index 436c1956b..6aa8ec260 100644
--- a/po/es.po
+++ b/po/es.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6346,29 +6346,31 @@ msgstr ""
#, fuzzy
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
"comando(s) a ejecutar cuando se conecta al servidor (múltiples comandos "
"deben ser separados por \";\", utilizar \"\\;\" para un punto y coma, las "
"variables especiales $nick, $channel y $server son reemplazados por sus "
"valores)"
+#, fuzzy
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
"espera (en segundos) después de que el comando sea ejecutado (ejemplo: dar "
"algo de tiempo para la autenticación)"
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
diff --git a/po/fr.po b/po/fr.po
index 1eeafcb49..f79b064b5 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
-"PO-Revision-Date: 2013-12-06 08:24+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
+"PO-Revision-Date: 2013-12-07 15:15+0100\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -6659,36 +6659,39 @@ msgstr ""
"renseigné, le nom de machine local est utilisé)"
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
-"commande(s) à exécuter lorsque connecté au serveur (plusieurs commandes "
-"doivent être séparées par \";\", utilisez \"\\;\" pour un point-virgule, les "
-"variables spéciales $nick, $channel et $server sont remplacées par leur "
-"valeur) (note: le contenu est évalué, voir /help eval)"
+"commande(s) à exécuter après la connexion au serveur et avant le \"join\" "
+"automatique des canaux (plusieurs commandes peuvent être séparées par \";\", "
+"utilisez \"\\;\" pour un point-virgule, les variables spéciales $nick, "
+"$channel et $server sont remplacées par leur valeur) (note: le contenu est "
+"évalué, voir /help eval)"
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
-"délai (en secondes) après exécution de la commande (exemple: donner du temps "
-"pour l'authentification)"
+"délai (en secondes) après exécution de la commande et avant le \"join\" "
+"automatique des canaux (exemple: donner du temps pour l'authentification "
+"avant de rejoindre les canaux)"
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
-"liste des canaux (séparés par des virgules) à rejoindre lorsque connecté au "
-"serveur; les canaux nécessitant une clé doivent être en début de liste, et "
-"toutes les clés doivent être données après les canaux (séparées par un "
-"espace) (exemple: \"#canal1,#canal2,#canal3 clé1,clé2\" où #canal1 et "
-"#canal2 sont protégés par clé1 et clé2) (note: le contenu est évalué, voir /"
-"help eval)"
+"liste des canaux (séparés par des virgules) à rejoindre après la connexion "
+"au serveur (et après exécution de la commande + délai s'ils sont définis); "
+"les canaux nécessitant une clé doivent être en début de liste, et toutes les "
+"clés doivent être données après les canaux (séparées par un espace) "
+"(exemple: \"#canal1,#canal2,#canal3 clé1,clé2\" où #canal1 et #canal2 sont "
+"protégés par clé1 et clé2) (note: le contenu est évalué, voir /help eval)"
msgid ""
"automatically rejoin channels after kick; you can define a buffer local "
diff --git a/po/hu.po b/po/hu.po
index e01375e50..7f3c47fb6 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5657,29 +5657,31 @@ msgstr ""
#, fuzzy
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
"szerverre csatlakozáskor futtatandó parancs(ok) (több parancs esetén azokat "
"';'-vel kell elválasztani, használja a '\\;' sorozatot, ha "
"pontosvesszőtszeretne írni, a $nick, $channel és $server szavak helyére azok "
"értéke kerül)"
+#, fuzzy
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
"szünet (másodpercben) a parancs futtatása után (például: hagyni némi időt az "
"azonosításra)"
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
diff --git a/po/it.po b/po/it.po
index d8e52ae2b..22a408c96 100644
--- a/po/it.po
+++ b/po/it.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6472,30 +6472,33 @@ msgstr ""
"nome host/IP locale definito per il server (opzionale, se vuoto viene usato "
"il nome host locale)"
+#, fuzzy
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
"comando(i) da eseguire quando si è connessi al server (più comandi vanno "
"separati da \";\", usare \"\\;\" per un punto e virgola, le variabili "
"speciali $nick, $canale e $server vengono sostituite dai loro valori) (nota: "
"il contenuto viene valutato, consultare /help eval)"
+#, fuzzy
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
"ritardo (in secondi) dopo l'esecuzione del comando (esempio: fornire il "
"tempo per l'autenticazione)"
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
diff --git a/po/ja.po b/po/ja.po
index 2639d1a01..298276999 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
@@ -6405,28 +6405,31 @@ msgstr ""
"サーバで使用するカスタムホスト名/IP アドレス (任意、空の場合はローカルホスト"
"名が使われる)"
+#, fuzzy
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
"サーバに接続した際に実行するコマンド (\";\" で分けて 複数のコマンドを列挙でき"
"ます、セミコロンは \"\\;\" のように使ってください、特殊変数 "
"$nick、$channel、$server はそれぞれの値に置換されます) (注意: 値は評価されま"
"す、/help eval を参照)"
+#, fuzzy
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr "コマンド実行後の遅延時間 (秒単位) (例: 認証のために少し待つ)"
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
diff --git a/po/pl.po b/po/pl.po
index 8c89be6ac..f66759ab8 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-11 09:07+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6543,30 +6543,34 @@ msgstr ""
"własna lokalna nazwa hosta/adres IP dla serwera (opcjonalne, jeśli puste "
"użyta zostanie lokalna nazwa hosta)"
+#, fuzzy
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
"komenda(y) do wykonania po połączeniu z serwerem (wiele komend powinno "
"zostać oddzielone \";\", użyj \"\\;\" dla średnika, specjalne zmienne $nick, "
"$channel oraz $server są zastępowane ich wartościami) (uwaga: zawartość jest "
"przetwarzana, zobacz /help eval)"
+#, fuzzy
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
"odstęp (w sekundach) po wykonaniu komendy (na przykład: daj trochę czasu na "
"autentykacje)"
+#, fuzzy
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
"oddzielona przecinkami lista kanałów do wejścia po połączeniu z serwerem; "
"kanały wymagające hasła muszą znajdować się na początku listy, wszystkie "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 743ed1c86..8823dc5b8 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5865,29 +5865,31 @@ msgstr ""
#, fuzzy
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
"comando(s) para executar quando conectar ao servidor (em caso de mais de um "
"comando, deve-se separá-los por \";\", use \"\\;\" para ponto-e-vírgula, "
"variáveis especiais $nick [apelido], $channel [canal] e $server [servidor] "
"são substituídas por seus valores)"
+#, fuzzy
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
"tempo de espera (em segundos) depois que um comando for executado (exemplo: "
"espere algum tempo para a autenticação)"
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
diff --git a/po/ru.po b/po/ru.po
index 4cc879077..c719cf356 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5683,29 +5683,31 @@ msgstr ""
#, fuzzy
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
"команды, выполняемые при подключении к серверу (несколько команд должны быть "
"разделены символом ';', используйте '\\;' вместо обычной точки с запятой, "
"специальные переменные $nick, $channel и $server заменяются на "
"соответствующие значения)"
+#, fuzzy
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
"задержка (в секундах) перед выполнением команды (например, нужно время для "
"аутентификации)"
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
diff --git a/po/tr.po b/po/tr.po
index 11b09e265..5dec40943 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-11-09 10:13+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4999,23 +4999,24 @@ msgid ""
msgstr ""
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
diff --git a/po/weechat.pot b/po/weechat.pot
index 1b7181613..e751d21d8 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-12-06 08:23+0100\n"
+"POT-Creation-Date: 2013-12-07 15:14+0100\n"
"PO-Revision-Date: 2013-02-14 18:20+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4957,23 +4957,24 @@ msgid ""
msgstr ""
msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by \";\", use \"\\;\" for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value) (note: content is "
-"evaluated, see /help eval)"
+"command(s) to run after connection to server and before auto-join of "
+"channels (many commands can be separated by \";\", use \"\\;\" for a "
+"semicolon, special variables $nick, $channel and $server are replaced by "
+"their value) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"delay (in seconds) after execution of command and before auto-join of "
+"channels (example: give some time for authentication before joining channels)"
msgstr ""
msgid ""
-"comma separated list of channels to join when connected to server; the "
-"channels that require a key must be at beginning of the list, and all the "
-"keys must be given after the channels (separated by a space) (example: "
-"\"#channel1,#channel2,#channel3 key1,key2\" where #channel1 and #channel2 "
-"are protected by key1 and key2) (note: content is evaluated, see /help eval)"
+"comma separated list of channels to join after connection to server (and "
+"after executing command + delay if they are set); the channels that require "
+"a key must be at beginning of the list, and all the keys must be given after "
+"the channels (separated by a space) (example: \"#channel1,#channel2,"
+"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
+"and key2) (note: content is evaluated, see /help eval)"
msgstr ""
msgid ""
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index 032976524..84e5d0938 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -1751,10 +1751,10 @@ irc_config_server_new_option (struct t_config_file *config_file,
new_option = weechat_config_new_option (
config_file, section,
option_name, "string",
- N_("command(s) to run when connected to server (many commands "
- "should be separated by \";\", use \"\\;\" for a semicolon, "
- "special variables $nick, $channel and $server are replaced "
- "by their value) "
+ N_("command(s) to run after connection to server and before "
+ "auto-join of channels (many commands can be separated by "
+ "\";\", use \"\\;\" for a semicolon, special variables "
+ "$nick, $channel and $server are replaced by their value) "
"(note: content is evaluated, see /help eval)"),
NULL, 0, 0,
default_value, value,
@@ -1767,8 +1767,9 @@ irc_config_server_new_option (struct t_config_file *config_file,
new_option = weechat_config_new_option (
config_file, section,
option_name, "integer",
- N_("delay (in seconds) after command was executed (example: give some "
- "time for authentication)"),
+ N_("delay (in seconds) after execution of command and before "
+ "auto-join of channels (example: give some time for "
+ "authentication before joining channels)"),
NULL, 0, 3600,
default_value, value,
null_value_allowed,
@@ -1780,12 +1781,13 @@ irc_config_server_new_option (struct t_config_file *config_file,
new_option = weechat_config_new_option (
config_file, section,
option_name, "string",
- N_("comma separated list of channels to join when connected to "
- "server; the channels that require a key must be at "
- "beginning of the list, and all the keys must be given after "
- "the channels (separated by a space) "
- "(example: \"#channel1,#channel2,#channel3 key1,key2\" "
- "where #channel1 and #channel2 are protected by key1 and key2) "
+ N_("comma separated list of channels to join after connection "
+ "to server (and after executing command + delay if they are "
+ "set); the channels that require a key must be at beginning "
+ "of the list, and all the keys must be given after the "
+ "channels (separated by a space) (example: \"#channel1,"
+ "#channel2,#channel3 key1,key2\" where #channel1 and "
+ "#channel2 are protected by key1 and key2) "
"(note: content is evaluated, see /help eval)"),
NULL, 0, 0,
default_value, value,