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