summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/de/weechat.de.xml9
-rw-r--r--doc/de/weechat_commands.xml14
-rw-r--r--doc/en/weechat.en.xml8
-rw-r--r--doc/en/weechat_commands.xml6
-rw-r--r--doc/fr/weechat.fr.xml8
-rw-r--r--doc/fr/weechat_commands.xml14
6 files changed, 45 insertions, 14 deletions
diff --git a/doc/de/weechat.de.xml b/doc/de/weechat.de.xml
index d7c479f1b..eadfce062 100644
--- a/doc/de/weechat.de.xml
+++ b/doc/de/weechat.de.xml
@@ -2355,6 +2355,15 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK",
<entry>keine Vervollständigung für das Argument</entry>
</row>
<row>
+ <entry><literal>%*</literal></entry>
+ <entry>
+ <!-- TRANSLATION NEEDED -->
+ repeat last completion for all following arguments
+ (this code has to be at the end of completion
+ template, preceded by "|")
+ </entry>
+ </row>
+ <row>
<entry><literal>%a</literal></entry>
<entry>Alias</entry>
</row>
diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml
index c999b7533..87506cf4f 100644
--- a/doc/de/weechat_commands.xml
+++ b/doc/de/weechat_commands.xml
@@ -62,12 +62,13 @@ Fenster leeren
Nummer: lösche den Puffer mit der angegebenen Nummer
</programlisting>
-<command>connect [-all | Servername [Servername ...]]</command>
+<command>connect [-all [-nojoin] | [-nojoin] servername [servername ...]]</command>
<programlisting>
mit Server verbinden
- -all: verbinde mit allen Servern
-servername: Servername, mit dem verbunden werden soll
+ -all: connect to all servers
+servername: server name to connect
+ -nojoin: do not join any channel (even if autojoin is enabled on server)
</programlisting>
<command>disconnect [-all | Servername [Servername ...]]</command>
@@ -150,12 +151,13 @@ autoload: lade automatisch alle Plugins im System- oder Benutzerverzeichnis
Ohne Argument, listet /plugin alle geladenen Plugins auf.
</programlisting>
-<command>reconnect [-all | Servername [Servername ...]]</command>
+<command>reconnect [-all [-nojoin] | servername [servername ...]] [-nojoin]</command>
<programlisting>
mit einem Server oder mehreren Servern neu verbinden
- -all: Verbinde mit allen Servern neu
-servername: Servername, mit dem verbunden werden soll
+ -all: reconnect to all servers
+servername: server name to reconnect
+ -nojoin: do not join any channel (even if autojoin is enabled on server)
</programlisting>
<command>server [Servername] | [Servername Hostname Port [-auto | -noauto] [-ipv6] [-ssl] [-pwd Passwort] [-nicks Nick1 Nick2 Nick3] [-username Benutzername] [-realname Name] [-command Befehl] [-autojoin Channel[,Channel]] ] | [del Servername]</command>
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml
index 764f62ff6..bffbddba9 100644
--- a/doc/en/weechat.en.xml
+++ b/doc/en/weechat.en.xml
@@ -2364,6 +2364,14 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK",
<entry>no completion for argument</entry>
</row>
<row>
+ <entry><literal>%*</literal></entry>
+ <entry>
+ repeat last completion for all following arguments
+ (this code has to be at the end of completion
+ template, preceded by "|")
+ </entry>
+ </row>
+ <row>
<entry><literal>%a</literal></entry>
<entry>alias</entry>
</row>
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml
index 72bf9daa3..d93fe1b42 100644
--- a/doc/en/weechat_commands.xml
+++ b/doc/en/weechat_commands.xml
@@ -62,12 +62,13 @@ clear window(s)
number: clear buffer by number
</programlisting>
-<command>connect [-all | servername [servername ...]]</command>
+<command>connect [-all [-nojoin] | [-nojoin] servername [servername ...]]</command>
<programlisting>
connect to server(s)
-all: connect to all servers
servername: server name to connect
+ -nojoin: do not join any channel (even if autojoin is enabled on server)
</programlisting>
<command>disconnect [-all | servername [servername ...]]</command>
@@ -149,12 +150,13 @@ autoload: autoload plugins in system or user directory
Without argument, /plugin command lists loaded plugins.
</programlisting>
-<command>reconnect [-all | servername [servername ...]]</command>
+<command>reconnect [-all [-nojoin] | servername [servername ...]] [-nojoin]</command>
<programlisting>
reconnect to server(s)
-all: reconnect to all servers
servername: server name to reconnect
+ -nojoin: do not join any channel (even if autojoin is enabled on server)
</programlisting>
<command>server [servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername]</command>
diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml
index 43e080ffe..4d1854df3 100644
--- a/doc/fr/weechat.fr.xml
+++ b/doc/fr/weechat.fr.xml
@@ -2426,6 +2426,14 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK",
<entry>aucune complétion pour le paramètre</entry>
</row>
<row>
+ <entry><literal>%*</literal></entry>
+ <entry>
+ répétition de la dernière complétion pour tous
+ les paramètres suivants (ce code doit être à la
+ fin du modèle de complétion, précédé d'un "|")
+ </entry>
+ </row>
+ <row>
<entry><literal>%a</literal></entry>
<entry>alias</entry>
</row>
diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml
index 460211806..b0b0d8975 100644
--- a/doc/fr/weechat_commands.xml
+++ b/doc/fr/weechat_commands.xml
@@ -62,12 +62,13 @@ effacer la/les fenêtre(s)
nombre: effacer un tampon par son numéro
</programlisting>
-<command>connect [-all | nom_serveur [nom_serveur...]]</command>
+<command>connect [-all [-nojoin] | [-nojoin] servername [servername ...]]</command>
<programlisting>
se connecter à un/plusieurs serveur(s)
- -all: se connecter à tous les serveurs
-nom_serveur: nom du serveur pour se connecter
+ -all: connect to all servers
+servername: server name to connect
+ -nojoin: do not join any channel (even if autojoin is enabled on server)
</programlisting>
<command>disconnect [-all | nom_serveur [nom_serveur...]]</command>
@@ -149,12 +150,13 @@ autoload: charger automatiquement les extensions dans un répertoire système ou u
Sans paramètre, la commande /plugin liste les extensions chargées.
</programlisting>
-<command>reconnect [-all | nom_serveur [nom_serveur...]]</command>
+<command>reconnect [-all [-nojoin] | servername [servername ...]] [-nojoin]</command>
<programlisting>
se reconnecter à un/plusieurs serveur(s)
- -all: se reconnecter à tous les serveurs
-nom_serveur: nom du serveur pour se reconnecter
+ -all: reconnect to all servers
+servername: server name to reconnect
+ -nojoin: do not join any channel (even if autojoin is enabled on server)
</programlisting>
<command>server [nom_serveur] | [nom_serveur nom/IP port [-auto | -noauto] [-ipv6] [-ssl] [-pwd mot_de_passe] [-nicks pseudo1 pseudo2 pseudo3] [-username nom_utilisateur] [-realname nom_réel] [-command commande] [-autojoin canal[,canal]] ] | [del nom_serveur]</command>