Dcc » History » Version 6
Per Amundsen, 09/14/2016 02:29 AM
| 1 | 1 | Per Amundsen | _Added in 1.8.10_ |
|---|---|---|---|
| 2 | |||
| 3 | 3 | Per Amundsen | */dcc fserve* (TODO) |
| 4 | */dcc get <folder>* (TODO) |
||
| 5 | */dcc maxcps <N>* (TODO) |
||
| 6 | */dcc nick -sgcf <oldnick> <newnick>* (TODO) |
||
| 7 | */dcc passive [on | off]* (TODO) |
||
| 8 | */dcc reject* (TODO) |
||
| 9 | */dcc trust [-r] <on | off | nick | address | level>* (TODO) |
||
| 10 | 1 | Per Amundsen | |
| 11 | 4 | Per Amundsen | ----------------------------------------------------------------------------- |
| 12 | 1 | Per Amundsen | |
| 13 | 4 | Per Amundsen | */dcc chat <nick>* |
| 14 | |||
| 15 | Starts a dcc chat with nick. |
||
| 16 | |||
| 17 | <pre> |
||
| 18 | ; Starts a dcc chat with Nick. |
||
| 19 | /dcc chat Nick |
||
| 20 | </pre> |
||
| 21 | |||
| 22 | ----------------------------------------------------------------------------- |
||
| 23 | |||
| 24 | */dcc ignore [on|off|accept|ignore]* |
||
| 25 | |||
| 26 | Enables or disables the dcc filetype ignore. |
||
| 27 | |||
| 28 | *Parameters* |
||
| 29 | |||
| 30 | [on|off|accept|ignore] - Enable/disable ignore or set the ignore type. |
||
| 31 | |||
| 32 | 1 | Per Amundsen | *Example* |
| 33 | |||
| 34 | <pre> |
||
| 35 | 4 | Per Amundsen | ; Enable dcc ignore accept. |
| 36 | /dcc ignore accept |
||
| 37 | 1 | Per Amundsen | |
| 38 | 4 | Per Amundsen | ; Disable dcc ignore. |
| 39 | /dcc ignore off |
||
| 40 | </pre> |
||
| 41 | |||
| 42 | ----------------------------------------------------------------------------- |
||
| 43 | |||
| 44 | */dcc send|ssend [-clmn] <nick> ]file1] [file2] ... [fileN]* |
||
| 45 | |||
| 46 | Starts a dcc file transfer to nick. |
||
| 47 | |||
| 48 | 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]]._ |
| 49 | |||
| 50 | 4 | Per Amundsen | *Switches* |
| 51 | |||
| 52 | -c - TODO |
||
| 53 | -l - TODO |
||
| 54 | -m - TODO |
||
| 55 | -n - TODO |
||
| 56 | |||
| 57 | *Parameters* |
||
| 58 | |||
| 59 | send|ssend - Starts a file transfer or a secure file transfer. |
||
| 60 | <nick> - Nick to start a file transfer to. |
||
| 61 | 5 | Per Amundsen | [file1] [file2] ... [fileN] - Files to transfer, if no files are defined, a select file dialog will open. |
| 62 | 4 | Per Amundsen | |
| 63 | *Example* |
||
| 64 | |||
| 65 | <pre> |
||
| 66 | ; Starts a dcc file transfer to Nick. |
||
| 67 | /dcc send Nick |
||
| 68 | 1 | Per Amundsen | </pre> |