diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/irc_commands.xml | 9 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 9 |
2 files changed, 9 insertions, 9 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 |