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/en/irc_commands.xml | |
parent | b34bb801dcf2f278208d061fe800eac2a5bc4915 (diff) | |
download | weechat-2fd53dcc37e7c571d9e2677597c0f68c4b90b5d9.zip |
Fixed many crashes with DCC chat
Diffstat (limited to 'doc/en/irc_commands.xml')
-rw-r--r-- | doc/en/irc_commands.xml | 9 |
1 files changed, 0 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) |