forked from dinoex/iroffer-dinoex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xdcc.7
159 lines (149 loc) · 3.51 KB
/
xdcc.7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
.\" $Id$
.TH XDCC 7 "March 2013" "All Posix OS" "User Manuals"
.SH NAME
XDCC usercommands
.SH SYNOPSIS
.TP
.B XDCC < command > [ args ]
.SH DESCRIPTION
.B XDCC
The user can inteact with the bot on the following commands.
.SH COMMANDS
.TP
.B XDCC HELP
.I /MSG mybot XDCC HELP
.br
Shows the supported user commands on the bot mybot
.TP
.B XDCC LIST
.I /MSG mybot XDCC LIST
.br
.I /MSG mybot XDCC LIST group
.br
.I /MSG mybot XDCC LIST ALL
.br
Starts a listing of packs from the bot mybot.
.TP
.B XDCC STOP
.I /MSG mybot XDCC STOP
.br
Stops the listing from bot mybot.
.TP
.B XDCC SEND LIST
.I /MSG mybot XDCC SEND LIST
.br
.I /MSG mybot XDCC GET LIST
.br
Sends the list of all packages from the bot mybot via DCC filetransfer.
.TP
.B XDCC SEARCH
.I /MSG mybot XDCC SEARCH pattern
.br
Prints out the first packs matching the pattern found on the bot mybot.
.TP
.B XDCC INFO
.I /MSG mybot XDCC INFO pack
.br
Prints out details date of Pack number pack found on the bot mybot.
.br
Here you see the computed CRC32 and md5sum of this pack.
.TP
.B XDCC SEND
.I /MSG mybot XDCC SEND pack
.br
.I /MSG mybot XDCC SEND pack password
.br
.I /MSG mybot XDCC GET pack
.br
.I /MSG mybot XDCC GET pack password
.br
Request a download of pack number pack on the bot mybot.
.br
If the pack is protected by password you have to add it here.
.TP
.B XDCC BATCH
.I /MSG mybot XDCC BATCH group
.br
.I /MSG mybot XDCC BATCH group password
.br
Request a download of a series of packs matching group on the bot mybot.
.br
.I /MSG mybot XDCC BATCH group*pattern
.br
.I /MSG mybot XDCC BATCH group*pattern password
.br
Request a download of a series of packs matching group and file matching pattern on the bot mybot.
.br
.I /MSG mybot XDCC BATCH pack1-pack2
.br
.I /MSG mybot XDCC BATCH pack1-pack2 password
.br
Request a download of a series of packs from number pack1 to number pack2 on the bot mybot.
The order of packs can be reversed by giving the higher number first.
.br
.I /MSG mybot XDCC BATCH pack1-pack2*pattern
.br
.I /MSG mybot XDCC BATCH pack1-pack2*pattern password
.br
Request a download of a series of packs from number pack1 to number pack2 and file matching pattern on the bot mybot.
The order of packs can be reversed by giving the higher number first.
.br
.I /MSG mybot XDCC BATCH pack1,pack2
.br
.I /MSG mybot XDCC BATCH pack1,pack2 password
.br
Request a download of a list of individual packs pack1 and pack2 on the bot mybot.
.br
All this patterns can be used together.
.br
If the pack is protected by password you have to add it here.
.TP
.B XDCC OPTION
.I /MSG mybot XDCC OPTION +IPV4
.br
Force IPv4 on next transfers.
.br
.I /MSG mybot XDCC OPTION +IPV6
.br
Force IPv6 on next transfers.
.br
.I /MSG mybot XDCC OPTION +ACTIVE
.br
Force active DCC mode on next transfers.
.br
.I /MSG mybot XDCC OPTION +PASSIVE
.br
Force passive DCC mode on next transfers.
.br
.I /MSG mybot XDCC OPTION +QUIET
.br
Set quietmode for next transfers.
.TP
.B XDCC QUEUE
.I /MSG mybot XDCC QUEUE
.br
Shows the queued packs and the estimated time you have to wait.
.TP
.B XDCC REMOVE
.I /MSG mybot XDCC REMOVE
.br
Remove all the queued packs requested on bot mybot.
.br
.I /MSG mybot XDCC REMOVE pack
.br
Remove the queued packs with pack number pack on bot mybot.
.TP
.B XDCC CANCEL
.I /MSG mybot XDCC CANCEL
.br
Cancel a running transfer on bot mybot.
.SH "SEE ALSO"
.TP
.B /usr/share/doc/iroffer
Please look for more detailed information in this directory.
.TP
.B http://iroffer.dinoex.net/
Downloads and Documentation.
.TP
.B http://iroffer.dinoex.de/projects/iroffer
Projectpage with Tracker and RSS feed.