Dcc » History » Version 27
Per Amundsen, 01/01/2020 08:08 PM
| 1 | 1 | Per Amundsen | _Added in 1.8.10_ |
|---|---|---|---|
| 2 | |||
| 3 | 3 | Per Amundsen | */dcc fserve* (TODO) |
| 4 | */dcc maxcps <N>* (TODO) |
||
| 5 | */dcc nick -sgcf <oldnick> <newnick>* (TODO) |
||
| 6 | 1 | Per Amundsen | |
| 7 | 7 | Per Amundsen | _See also [[$dccignore]]._ |
| 8 | |||
| 9 | 4 | Per Amundsen | ----------------------------------------------------------------------------- |
| 10 | 1 | Per Amundsen | |
| 11 | 20 | Per Amundsen | */dcc chat|schat <nick>* |
| 12 | 4 | Per Amundsen | |
| 13 | 19 | Per Amundsen | Starts a regular or a secure DCC CHAT with nick. |
| 14 | 1 | Per Amundsen | |
| 15 | 21 | Per Amundsen | _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]]._ |
| 16 | |||
| 17 | 25 | Per Amundsen | _*schat is AdiIRC only*._ |
| 18 | 10 | Per Amundsen | |
| 19 | 11 | Per Amundsen | *Parameters* |
| 20 | |||
| 21 | <nick> - The nick to start a chat with. |
||
| 22 | |||
| 23 | 12 | Per Amundsen | *Example* |
| 24 | |||
| 25 | 1 | Per Amundsen | <pre> |
| 26 | 19 | Per Amundsen | ; Starts a secure DCC CHAT with Nick. |
| 27 | 10 | Per Amundsen | /dcc schat Nick |
| 28 | |||
| 29 | 19 | Per Amundsen | ; Starts a DCC CHAT with Nick. |
| 30 | 1 | Per Amundsen | /dcc chat Nick |
| 31 | 4 | Per Amundsen | </pre> |
| 32 | |||
| 33 | ----------------------------------------------------------------------------- |
||
| 34 | |||
| 35 | */dcc ignore [on|off|accept|ignore]* |
||
| 36 | |||
| 37 | Enables or disables the dcc filetype ignore. |
||
| 38 | |||
| 39 | *Parameters* |
||
| 40 | |||
| 41 | [on|off|accept|ignore] - Enable/disable ignore or set the ignore type. |
||
| 42 | |||
| 43 | 1 | Per Amundsen | *Example* |
| 44 | |||
| 45 | <pre> |
||
| 46 | 4 | Per Amundsen | ; Enable dcc ignore accept. |
| 47 | /dcc ignore accept |
||
| 48 | 1 | Per Amundsen | |
| 49 | 4 | Per Amundsen | ; Disable dcc ignore. |
| 50 | /dcc ignore off |
||
| 51 | </pre> |
||
| 52 | |||
| 53 | ----------------------------------------------------------------------------- |
||
| 54 | |||
| 55 | */dcc send|ssend [-clmn] <nick> ]file1] [file2] ... [fileN]* |
||
| 56 | |||
| 57 | Starts a dcc file transfer to nick. |
||
| 58 | |||
| 59 | 6 | Per Amundsen | _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]]._ |
| 60 | 21 | Per Amundsen | |
| 61 | 25 | Per Amundsen | _*ssend is AdiIRC only*._ |
| 62 | 6 | Per Amundsen | |
| 63 | 4 | Per Amundsen | *Switches* |
| 64 | |||
| 65 | -c - TODO |
||
| 66 | -l - TODO |
||
| 67 | -m - TODO |
||
| 68 | -n - TODO |
||
| 69 | |||
| 70 | *Parameters* |
||
| 71 | |||
| 72 | send|ssend - Starts a file transfer or a secure file transfer. |
||
| 73 | <nick> - Nick to start a file transfer to. |
||
| 74 | 5 | Per Amundsen | [file1] [file2] ... [fileN] - Files to transfer, if no files are defined, a select file dialog will open. |
| 75 | 4 | Per Amundsen | |
| 76 | *Example* |
||
| 77 | |||
| 78 | <pre> |
||
| 79 | ; Starts a dcc file transfer to Nick. |
||
| 80 | /dcc send Nick |
||
| 81 | 1 | Per Amundsen | </pre> |
| 82 | 8 | Per Amundsen | |
| 83 | ----------------------------------------------------------------------------- |
||
| 84 | |||
| 85 | */dcc reject* |
||
| 86 | |||
| 87 | Reject a DCC SEND/SSEND request during a [[on CTCP]] event. |
||
| 88 | |||
| 89 | *Example* |
||
| 90 | |||
| 91 | 17 | Per Amundsen | <pre>CTCP *:DCC SEND*:dcc reject</pre> |
| 92 | 8 | Per Amundsen | |
| 93 | ----------------------------------------------------------------------------- |
||
| 94 | |||
| 95 | */dcc get <folder>* |
||
| 96 | |||
| 97 | Redirect a DCC SEND/SSEND transfer to a the specified folder during a [[on CTCP]] event. |
||
| 98 | |||
| 99 | *Parameters* |
||
| 100 | |||
| 101 | <folder> - The folder to redirect to. |
||
| 102 | |||
| 103 | *Example* |
||
| 104 | |||
| 105 | 23 | Per Amundsen | <pre> |
| 106 | CTCP *:DCC SEND*:dcc get somefolder |
||
| 107 | |||
| 108 | ; Create a folder per nick. |
||
| 109 | 24 | Per Amundsen | CTCP *:DCC SEND*:dcc get $qt($getdir $+ $mkfn($nick)) |
| 110 | 23 | Per Amundsen | </pre> |
| 111 | 22 | Per Amundsen | |
| 112 | ----------------------------------------------------------------------------- |
||
| 113 | |||
| 114 | */dcc passive [on | off]* |
||
| 115 | |||
| 116 | Enables or disables passive DCC SEND/SSEND requests. |
||
| 117 | |||
| 118 | _AdiIRC will always perform passive DCC GET._ |
||
| 119 | |||
| 120 | *Parameters* |
||
| 121 | |||
| 122 | 1 | Per Amundsen | on | off - Enables or disables passive DCC SEND/SSEND requests. |
| 123 | 26 | Per Amundsen | |
| 124 | 27 | Per Amundsen | ----------------------------------------------------------------------------- |
| 125 | 26 | Per Amundsen | |
| 126 | */dcc trust [-r] <on | off | nick | address | level>* |
||
| 127 | |||
| 128 | Enable or disable auto accept transfers from a trusted user/address. |
||
| 129 | |||
| 130 | *Switches* |
||
| 131 | |||
| 132 | -r - Removes the matching user/address from the trust list. |
||
| 133 | |||
| 134 | *Parameters* |
||
| 135 | |||
| 136 | on | off - Enables or disabled auto accept transfers from trusted users/addresses. |
||
| 137 | nick | address | level - The nick/address/userlevel to trust or remove. |