Dcc » History » Version 29
Per Amundsen, 02/09/2020 01:28 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 | 4 | Per Amundsen | ----------------------------------------------------------------------------- |
8 | 1 | Per Amundsen | |
9 | 20 | Per Amundsen | */dcc chat|schat <nick>* |
10 | 4 | Per Amundsen | |
11 | 19 | Per Amundsen | Starts a regular or a secure DCC CHAT with nick. |
12 | 1 | Per Amundsen | |
13 | 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]]._ |
14 | |||
15 | 25 | Per Amundsen | _*schat is AdiIRC only*._ |
16 | 10 | Per Amundsen | |
17 | 11 | Per Amundsen | *Parameters* |
18 | |||
19 | <nick> - The nick to start a chat with. |
||
20 | |||
21 | 12 | Per Amundsen | *Example* |
22 | |||
23 | 1 | Per Amundsen | <pre> |
24 | 19 | Per Amundsen | ; Starts a secure DCC CHAT with Nick. |
25 | 10 | Per Amundsen | /dcc schat Nick |
26 | |||
27 | 19 | Per Amundsen | ; Starts a DCC CHAT with Nick. |
28 | 1 | Per Amundsen | /dcc chat Nick |
29 | 4 | Per Amundsen | </pre> |
30 | |||
31 | ----------------------------------------------------------------------------- |
||
32 | |||
33 | */dcc ignore [on|off|accept|ignore]* |
||
34 | 1 | Per Amundsen | |
35 | Enables or disables the dcc filetype ignore. |
||
36 | 29 | Per Amundsen | |
37 | _See also [[$dccignore]]._ |
||
38 | 4 | Per Amundsen | |
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. |
||
138 | 28 | Per Amundsen | |
139 | ----------------------------------------------------------------------------- |
||
140 | |||
141 | */dcc packetsize [N]* |
||
142 | |||
143 | Sets the DCC GET/SGET/SEND/SSEND packet size to N where N is one of the numbers or the closest number to 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536. |