2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
@SYNTAX:dcc@
|
|
|
|
|
|
|
|
This is a command to handle different DCC-connections. DCC is mainly
|
|
|
|
used for more reliable and faster chatting and for sending and receiving
|
|
|
|
files.
|
|
|
|
|
2000-08-13 11:24:23 -04:00
|
|
|
/DCC LIST
|
|
|
|
- Shows all the open DCC connections.
|
2001-01-17 21:30:59 -05:00
|
|
|
/DCC RESUME [<nick> [<file>]]
|
2000-08-13 11:24:23 -04:00
|
|
|
- Resumes a DCC SEND/GET connection.
|
2001-01-17 21:30:59 -05:00
|
|
|
/DCC CHAT [<nick>]
|
2000-07-26 13:52:19 -04:00
|
|
|
- Sends a chat connection request to remote client or accepts
|
2000-08-13 11:24:23 -04:00
|
|
|
a chat connection if the remote end has already sent a request.
|
2001-01-17 21:30:59 -05:00
|
|
|
/DCC GET [<nick> [<file>]]
|
2000-07-26 13:52:19 -04:00
|
|
|
- Gets the file offered by remote client. The file is downloaded and
|
|
|
|
saved into the current working directory.
|
2000-08-13 11:24:23 -04:00
|
|
|
/DCC SEND <nick> <file>
|
2000-07-26 13:52:19 -04:00
|
|
|
- Sends a DCC SEND request to remote client. Remote end has to accept
|
|
|
|
the request before the transmission can be started.
|
2000-08-13 11:24:23 -04:00
|
|
|
/DCC CLOSE <type> <nick> [<file>]
|
2000-07-26 13:52:19 -04:00
|
|
|
- Closes a DCC-connection. Type can be either SEND, GET or CHAT.
|
|
|
|
|
|
|
|
See also: CD
|
|
|
|
|