diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-19 12:51:17 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-19 12:51:17 +0000 |
commit | 4a13abcc9b60c226be9eb10cfa8bbb2ce27219ef (patch) | |
tree | dc7a3b6021a2295e8d20f6488c93cc4c7a355c0e | |
parent | e499c1cb32fc400dac7b3061318a298055eeec0b (diff) | |
download | weechat-4a13abcc9b60c226be9eb10cfa8bbb2ce27219ef.zip |
Updated doc
-rw-r--r-- | doc/en/irc_commands.xml | 8 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 4 | ||||
-rw-r--r-- | doc/fr/irc_commands.xml | 8 | ||||
-rw-r--r-- | doc/fr/weechat_commands.xml | 4 | ||||
-rw-r--r-- | weechat/doc/en/irc_commands.xml | 8 | ||||
-rw-r--r-- | weechat/doc/en/weechat_commands.xml | 4 | ||||
-rw-r--r-- | weechat/doc/fr/irc_commands.xml | 8 | ||||
-rw-r--r-- | weechat/doc/fr/weechat_commands.xml | 4 |
8 files changed, 40 insertions, 8 deletions
diff --git a/doc/en/irc_commands.xml b/doc/en/irc_commands.xml index 8f0a8f3c5..07f7c1c4d 100644 --- a/doc/en/irc_commands.xml +++ b/doc/en/irc_commands.xml @@ -51,6 +51,14 @@ send a CTCP message (Client-To-Client Protocol) arguments: arguments for CTCP </programlisting> +<command>cycle [channel[,channel]] [part_message]</command> +<programlisting> +leave and rejoin a channel + + channel: channel name for cycle +part_message: part message (displayed to other users) + +</programlisting> <command>dcc action [nickname [file]]</command> <programlisting> starts DCC (file or chat) or close chat diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index 744a15d92..70afb70a8 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -14,13 +14,13 @@ alias_name: name of alias arguments: arguments for command </programlisting> -<command>buffer [action | number | [[server] [channel]]]</command> +<command>buffer [action [args] | number | [[server] [channel]]]</command> <programlisting> manage buffers action: action to do: move: move buffer in the list (may be relative, for example -1) - close: close buffer (for channel: same as /part without part message) + close: close buffer (optional arg is part message, for a channel) list: list opened buffers (no parameter implies this list) notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part) server diff --git a/doc/fr/irc_commands.xml b/doc/fr/irc_commands.xml index 24ca962f5..07a37e522 100644 --- a/doc/fr/irc_commands.xml +++ b/doc/fr/irc_commands.xml @@ -51,6 +51,14 @@ envoyer un message CTCP (Client-To-Client Protocol) arguments: arguments pour le CTCP </programlisting> +<command>cycle [canal[,canal]] [message_de_fin]</command> +<programlisting> +quitter et rejoindre un canal + + canal: canal pour le cycle +message_de_fin: message de fin (affiché aux autres utilisateurs) + +</programlisting> <command>dcc action [pseudo [fichier]]</command> <programlisting> démarre le DCC (fichier ou discussion) ou ferme une discussion diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml index ab31ecb78..1f5cb3de3 100644 --- a/doc/fr/weechat_commands.xml +++ b/doc/fr/weechat_commands.xml @@ -14,13 +14,13 @@ créer un alias pour une commande paramètres: paramètres pour la commande </programlisting> -<command>buffer [action | nombre | [[serveur] [canal]]]</command> +<command>buffer [action [args] | nombre | [[serveur] [canal]]]</command> <programlisting> gestion des tampons action: action à effectuer: move: déplacer le tampon dans la liste (peut être relatif, par exemple -1) - close: fermer le tampon (pour un canal: équivalent à /part sans message de fin) + close: fermer le tampon (le paramètre optionnel est le message de fin, pour un canal) list: liste les tampons ouverts (pas de paramètre affiche cette liste) notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part) serveur diff --git a/weechat/doc/en/irc_commands.xml b/weechat/doc/en/irc_commands.xml index 8f0a8f3c5..07f7c1c4d 100644 --- a/weechat/doc/en/irc_commands.xml +++ b/weechat/doc/en/irc_commands.xml @@ -51,6 +51,14 @@ send a CTCP message (Client-To-Client Protocol) arguments: arguments for CTCP </programlisting> +<command>cycle [channel[,channel]] [part_message]</command> +<programlisting> +leave and rejoin a channel + + channel: channel name for cycle +part_message: part message (displayed to other users) + +</programlisting> <command>dcc action [nickname [file]]</command> <programlisting> starts DCC (file or chat) or close chat diff --git a/weechat/doc/en/weechat_commands.xml b/weechat/doc/en/weechat_commands.xml index 744a15d92..70afb70a8 100644 --- a/weechat/doc/en/weechat_commands.xml +++ b/weechat/doc/en/weechat_commands.xml @@ -14,13 +14,13 @@ alias_name: name of alias arguments: arguments for command </programlisting> -<command>buffer [action | number | [[server] [channel]]]</command> +<command>buffer [action [args] | number | [[server] [channel]]]</command> <programlisting> manage buffers action: action to do: move: move buffer in the list (may be relative, for example -1) - close: close buffer (for channel: same as /part without part message) + close: close buffer (optional arg is part message, for a channel) list: list opened buffers (no parameter implies this list) notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part) server diff --git a/weechat/doc/fr/irc_commands.xml b/weechat/doc/fr/irc_commands.xml index 24ca962f5..07a37e522 100644 --- a/weechat/doc/fr/irc_commands.xml +++ b/weechat/doc/fr/irc_commands.xml @@ -51,6 +51,14 @@ envoyer un message CTCP (Client-To-Client Protocol) arguments: arguments pour le CTCP </programlisting> +<command>cycle [canal[,canal]] [message_de_fin]</command> +<programlisting> +quitter et rejoindre un canal + + canal: canal pour le cycle +message_de_fin: message de fin (affiché aux autres utilisateurs) + +</programlisting> <command>dcc action [pseudo [fichier]]</command> <programlisting> démarre le DCC (fichier ou discussion) ou ferme une discussion diff --git a/weechat/doc/fr/weechat_commands.xml b/weechat/doc/fr/weechat_commands.xml index ab31ecb78..1f5cb3de3 100644 --- a/weechat/doc/fr/weechat_commands.xml +++ b/weechat/doc/fr/weechat_commands.xml @@ -14,13 +14,13 @@ créer un alias pour une commande paramètres: paramètres pour la commande </programlisting> -<command>buffer [action | nombre | [[serveur] [canal]]]</command> +<command>buffer [action [args] | nombre | [[serveur] [canal]]]</command> <programlisting> gestion des tampons action: action à effectuer: move: déplacer le tampon dans la liste (peut être relatif, par exemple -1) - close: fermer le tampon (pour un canal: équivalent à /part sans message de fin) + close: fermer le tampon (le paramètre optionnel est le message de fin, pour un canal) list: liste les tampons ouverts (pas de paramètre affiche cette liste) notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part) serveur |