diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-15 16:47:43 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-15 16:47:43 +0000 |
commit | 2fd53dcc37e7c571d9e2677597c0f68c4b90b5d9 (patch) | |
tree | 99ca7552ba18c4a131f9f41efa6a4c4f478f36a8 /doc | |
parent | b34bb801dcf2f278208d061fe800eac2a5bc4915 (diff) | |
download | weechat-2fd53dcc37e7c571d9e2677597c0f68c4b90b5d9.zip |
Fixed many crashes with DCC chat
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/irc_commands.xml | 9 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 9 | ||||
-rw-r--r-- | doc/fr/irc_commands.xml | 9 | ||||
-rw-r--r-- | doc/fr/weechat_commands.xml | 9 |
4 files changed, 18 insertions, 18 deletions
diff --git a/doc/en/irc_commands.xml b/doc/en/irc_commands.xml index 620f10d8c..8945fbf01 100644 --- a/doc/en/irc_commands.xml +++ b/doc/en/irc_commands.xml @@ -59,15 +59,6 @@ leave and rejoin a channel part_message: part message (displayed to other users) </programlisting> -<command>dcc action [nickname [file]]</command> -<programlisting> -starts DCC (file or chat) or close chat - - action: 'send' (file) or 'chat' or 'close' (chat) -nickname: nickname to send file or chat - file: filename (on local host) - -</programlisting> <command>dehalfop [nickname [nickname]]</command> <programlisting> removes half channel operator status from nickname(s) diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index ea4c4c8f6..ce18032fb 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -67,6 +67,15 @@ disconnect from a server servername: server name to disconnect </programlisting> +<command>dcc action [nickname [file]]</command> +<programlisting> +starts DCC (file or chat) or close chat + + action: 'send' (file) or 'chat' or 'close' (chat) +nickname: nickname to send file or chat + file: filename (on local host) + +</programlisting> <command>debug dump | windows</command> <programlisting> print debug messages diff --git a/doc/fr/irc_commands.xml b/doc/fr/irc_commands.xml index b488f4772..06b6817a1 100644 --- a/doc/fr/irc_commands.xml +++ b/doc/fr/irc_commands.xml @@ -59,15 +59,6 @@ quitter et rejoindre un canal 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 - - action: 'send' (envoi de fichier) ou 'chat' (discussion) ou 'close' (fermeture discussion) - pseudo: pseudo pour envoyer le fichier ou discuter -fichier: nom du fichier (sur la machine locale) - -</programlisting> <command>dehalfop [pseudo [pseudo]]</command> <programlisting> retire le statut de demi-opérateur du canal à/aux nick(s) diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml index 1bb8b2e05..39d7e993b 100644 --- a/doc/fr/weechat_commands.xml +++ b/doc/fr/weechat_commands.xml @@ -67,6 +67,15 @@ se déconnecter d'un serveur nom_serveur: nom du serveur pour se déconnecter </programlisting> +<command>dcc action [pseudo [fichier]]</command> +<programlisting> +démarre le DCC (fichier ou discussion) ou ferme une discussion + + action: 'send' (envoi de fichier) ou 'chat' (discussion) ou 'close' (fermeture discussion) + pseudo: pseudo pour envoyer le fichier ou discuter +fichier: nom du fichier (sur la machine locale) + +</programlisting> <command>debug dump | windows</command> <programlisting> affiche des messages de debogage |