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