Project

General

Profile

Dcc » History » Version 2

Per Amundsen, 05/30/2016 11:13 AM

1 1 Per Amundsen
_Added in 1.8.10_
2
3
*/dcc <send/chat> <nick>*
4
5
Starts a dcc file transfer or dcc chat request to nick.
6
7
TODO: get, ignore, nick, passive, reject, trust.
8
9
*Paramters*
10
11 2 Per Amundsen
<ssend/send/chat> - The dcc action to start.
12 1 Per Amundsen
<nick> - The nick to send the dcc action to.
13
14
*Example*
15
16
<pre>
17
;Starts a dcc file transfer to Nick.
18
/dcc send Nick
19
20
;Starts a dcc chat request with Nick.
21
/dcc chat Nick
22
</pre>