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