Dcc » History » Version 10
Per Amundsen, 08/11/2019 01:26 AM
| 1 | 1 | Per Amundsen | _Added in 1.8.10_ |
|---|---|---|---|
| 2 | |||
| 3 | 3 | Per Amundsen | */dcc fserve* (TODO) |
| 4 | 9 | Per Amundsen | */dcc get <folder>* |
| 5 | 3 | Per Amundsen | */dcc maxcps <N>* (TODO) |
| 6 | */dcc nick -sgcf <oldnick> <newnick>* (TODO) |
||
| 7 | */dcc passive [on | off]* (TODO) |
||
| 8 | 9 | Per Amundsen | */dcc reject* |
| 9 | 3 | Per Amundsen | */dcc trust [-r] <on | off | nick | address | level>* (TODO) |
| 10 | 1 | Per Amundsen | |
| 11 | 7 | Per Amundsen | _See also [[$dccignore]]._ |
| 12 | |||
| 13 | 4 | Per Amundsen | ----------------------------------------------------------------------------- |
| 14 | 1 | Per Amundsen | |
| 15 | 10 | Per Amundsen | */dcc schat/chat <nick>* |
| 16 | 4 | Per Amundsen | |
| 17 | 10 | Per Amundsen | Starts a SSL/TLS chat or a regular dcc chat with nick. |
| 18 | 1 | Per Amundsen | |
| 19 | 10 | Per Amundsen | _schat is AdiIRC only._ |
| 20 | |||
| 21 | 1 | Per Amundsen | <pre> |
| 22 | 10 | Per Amundsen | ; Starts a SSL/TLS chat with Nick. |
| 23 | /dcc schat Nick |
||
| 24 | |||
| 25 | 4 | Per Amundsen | ; Starts a dcc chat with Nick. |
| 26 | /dcc chat Nick |
||
| 27 | </pre> |
||
| 28 | |||
| 29 | ----------------------------------------------------------------------------- |
||
| 30 | |||
| 31 | */dcc ignore [on|off|accept|ignore]* |
||
| 32 | |||
| 33 | Enables or disables the dcc filetype ignore. |
||
| 34 | |||
| 35 | *Parameters* |
||
| 36 | |||
| 37 | [on|off|accept|ignore] - Enable/disable ignore or set the ignore type. |
||
| 38 | |||
| 39 | 1 | Per Amundsen | *Example* |
| 40 | |||
| 41 | <pre> |
||
| 42 | 4 | Per Amundsen | ; Enable dcc ignore accept. |
| 43 | /dcc ignore accept |
||
| 44 | 1 | Per Amundsen | |
| 45 | 4 | Per Amundsen | ; Disable dcc ignore. |
| 46 | /dcc ignore off |
||
| 47 | </pre> |
||
| 48 | |||
| 49 | ----------------------------------------------------------------------------- |
||
| 50 | |||
| 51 | */dcc send|ssend [-clmn] <nick> ]file1] [file2] ... [fileN]* |
||
| 52 | |||
| 53 | Starts a dcc file transfer to nick. |
||
| 54 | |||
| 55 | 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]]._ |
| 56 | |||
| 57 | 4 | Per Amundsen | *Switches* |
| 58 | |||
| 59 | -c - TODO |
||
| 60 | -l - TODO |
||
| 61 | -m - TODO |
||
| 62 | -n - TODO |
||
| 63 | |||
| 64 | *Parameters* |
||
| 65 | |||
| 66 | send|ssend - Starts a file transfer or a secure file transfer. |
||
| 67 | <nick> - Nick to start a file transfer to. |
||
| 68 | 5 | Per Amundsen | [file1] [file2] ... [fileN] - Files to transfer, if no files are defined, a select file dialog will open. |
| 69 | 4 | Per Amundsen | |
| 70 | *Example* |
||
| 71 | |||
| 72 | <pre> |
||
| 73 | ; Starts a dcc file transfer to Nick. |
||
| 74 | /dcc send Nick |
||
| 75 | 1 | Per Amundsen | </pre> |
| 76 | 8 | Per Amundsen | |
| 77 | ----------------------------------------------------------------------------- |
||
| 78 | |||
| 79 | */dcc reject* |
||
| 80 | |||
| 81 | Reject a DCC SEND/SSEND request during a [[on CTCP]] event. |
||
| 82 | |||
| 83 | *Example* |
||
| 84 | |||
| 85 | CTCP *:DCC SEND*:dcc reject |
||
| 86 | |||
| 87 | ----------------------------------------------------------------------------- |
||
| 88 | |||
| 89 | */dcc get <folder>* |
||
| 90 | |||
| 91 | Redirect a DCC SEND/SSEND transfer to a the specified folder during a [[on CTCP]] event. |
||
| 92 | |||
| 93 | *Parameters* |
||
| 94 | |||
| 95 | <folder> - The folder to redirect to. |
||
| 96 | |||
| 97 | *Example* |
||
| 98 | |||
| 99 | CTCP *:DCC SEND*:dcc get somefolder |