Project

General

Profile

Dcc » History » Revision 25

Revision 24 (Per Amundsen, 10/03/2019 06:17 PM) → Revision 25/31 (Per Amundsen, 12/14/2019 09:43 AM)

_Added in 1.8.10_ 

 */dcc fserve* (TODO) 
 */dcc maxcps <N>* (TODO) 
 */dcc nick -sgcf <oldnick> <newnick>* (TODO) 
 */dcc trust [-r] <on | off | nick | address | level>* (TODO) 

 _See also [[$dccignore]]._ 

 ----------------------------------------------------------------------------- 

 */dcc chat|schat <nick>* 

 Starts a regular or a secure DCC CHAT with nick. 

 _schat requires a ssl client certificate which can be set in [[Options Dialog|Options]] -> [[Server Options|Server]] -> [[Server Options#Certificate-File|Certificate file]] or in the [[Serverlist_Dialog|Serverlist]]._ 

 _*schat _schat is AdiIRC only*._ only._ 

 *Parameters* 

 <nick> - The nick to start a chat with. 

 *Example* 

 <pre> 
 ; Starts a secure DCC CHAT with Nick. 
 /dcc schat Nick 

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

 ----------------------------------------------------------------------------- 

 */dcc ignore [on|off|accept|ignore]* 

 Enables or disables the dcc filetype ignore. 

 *Parameters* 

 [on|off|accept|ignore] - Enable/disable ignore or set the ignore type. 

 *Example* 

 <pre> 
 ; Enable dcc ignore accept. 
 /dcc ignore accept 

 ; Disable dcc ignore. 
 /dcc ignore off 
 </pre> 

 ----------------------------------------------------------------------------- 

 */dcc send|ssend [-clmn] <nick> ]file1] [file2] ... [fileN]* 

 Starts a dcc file transfer to nick. 

 _ssend requires a ssl client certificate which can be set in [[Options Dialog|Options]] -> [[Server Options|Server]] -> [[Server Options#Certificate-File|Certificate file]] or in the [[Serverlist_Dialog|Serverlist]]._ 

 _*ssend _ssend is AdiIRC only*._ only._ 

 *Switches* 

 -c - TODO 
 -l - TODO 
 -m - TODO 
 -n - TODO 

 *Parameters* 

 send|ssend - Starts a file transfer or a secure file transfer. 
 <nick> - Nick to start a file transfer to. 
 [file1] [file2] ... [fileN] - Files to transfer, if no files are defined, a select file dialog will open. 

 *Example* 

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

 ----------------------------------------------------------------------------- 

 */dcc reject* 

 Reject a DCC SEND/SSEND request during a [[on CTCP]] event. 

 *Example* 

 <pre>CTCP *:DCC SEND*:dcc reject</pre> 

 ----------------------------------------------------------------------------- 

 */dcc get <folder>* 

 Redirect a DCC SEND/SSEND transfer to a the specified folder during a [[on CTCP]] event. 

 *Parameters* 

 <folder> - The folder to redirect to. 

 *Example* 

 <pre> 
 CTCP *:DCC SEND*:dcc get somefolder 

 ; Create a folder per nick. 
 CTCP *:DCC SEND*:dcc get $qt($getdir $+ $mkfn($nick)) 
 </pre> 

 ----------------------------------------------------------------------------- 

 */dcc passive [on | off]* 

 Enables or disables passive DCC SEND/SSEND requests. 

 _AdiIRC will always perform passive DCC GET._ 

 *Parameters* 

 on | off - Enables or disables passive DCC SEND/SSEND requests.