Project

General

Profile

Dcc » History » Revision 3

Revision 2 (Per Amundsen, 05/30/2016 11:13 AM) → Revision 3/31 (Per Amundsen, 06/28/2016 05:09 PM)

_Added in 1.8.10_ 

 */dcc chat <nickname>* 
 */dcc fserve* (TODO) 
 */dcc get <folder>* (TODO) 
 */dcc ignore [on | off | accept | ignore]* (TODO) 
 */dcc maxcps <N>* (TODO) 
 */dcc nick -sgcf <oldnick> <newnick>* (TODO) 
 */dcc passive [on | off]* (TODO) 
 */dcc reject* (TODO) 
 */dcc send|ssend [-clmn] <nick> <file1> [file2] ... [fileN]* 
 */dcc trust [-r] <on | off | nick | address | level>* (TODO) &lt;send/chat&gt; &lt;nick&gt;* 

 Starts a dcc file transfer or dcc chat request to nick. 

 TODO: get, ignore, nick, passive, reject, trust. 

 *Paramters* 

 &lt;ssend/send/chat&gt; - The dcc action to start. 
 &lt;nick&gt; - The nick to send the dcc action to. 

 *Example* 

 <pre> 
 ;Starts a dcc file transfer to Nick. 
 /dcc send Nick 

 ;Starts a dcc chat request with Nick. 
 /dcc chat Nick 
 </pre>