imported irssi.
[silc.git] / apps / irssi / docs / help / in / dcc.in
1
2 @SYNTAX:dcc@
3
4 This is a command to handle different DCC-connections. DCC is mainly
5 used for more reliable and faster chatting and for sending and receiving 
6 files.
7
8 /DCC LIST
9     - Shows all the open DCC connections.
10 /DCC RESUME [<nick> [<file>]]
11     - Resumes a DCC SEND/GET connection.
12 /DCC CHAT [<nick>]
13     - Sends a chat connection request to remote client or accepts 
14       a chat connection if the remote end has already sent a request.
15 /DCC GET [<nick> [<file>]]
16     - Gets the file offered by remote client. The file is downloaded and
17       saved into the current working directory.
18 /DCC SEND <nick> <file>
19     - Sends a DCC SEND request to remote client. Remote end has to accept
20       the request before the transmission can be started.
21 /DCC CLOSE <type> <nick> [<file>]
22     - Closes a DCC-connection. Type can be either SEND, GET or CHAT.
23
24 See also: CD
25