]> jfr.im git - irc/evilnet/x3.git/blame - src/opserv.help
invite now checks silence/invite lists
[irc/evilnet/x3.git] / src / opserv.help
CommitLineData
b1bf690d 1"<INDEX>" (
d2dce5ac
AS
2 " $O provides Oper Services for the Network. ",
3 " Please choose from the following categories: ",
4 " $bGOD$b Enabling channel override. ",
5 " $bPUNISH$b Commands to discipline users.",
6 " $bINFORMATION$b Get information about users. ",
7 " or $O, $C, and $N. ",
1d957482 8 " $bTRACES$b Powerful commands for ",
d2dce5ac
AS
9 " viewing or acting on lists of",
10 " IRC objects. ",
11 " $bALERTS$b Automated responses. ",
ec311f39 12 " $bTRACKING$b Tracking commands. (if enabled)",
d2dce5ac
AS
13 " $bCHANNEL$b Channel commands. ",
14 " $bCLONES$b Manage trusts and limits. ",
15 " $bSETTINGS$b View and temporarily change ",
16 " config file settings. ",
17 " $bADMIN$b Misc Administrator Commands. ",
b1bf690d 18 " $bOWNERONLY$b $O operator only commands. "
d2dce5ac 19);
a8370a20
AS
20"COMMANDS" ("The following commands are available in $O:",
21 "${index}",
22 "$uSee Also$u: modcmd, access, command");
23"INDEX" ("The following commands are available in $O:",
24 "${index}",
25 "$uSee Also$u: modcmd, access, command");
d76ed9a9 26
b1bf690d 27"PUNISH" (
d2dce5ac
AS
28 " $bGLINE$b Global Ban a host.",
29 " $bUNGLINE$b Remove a GLINE.",
30 " $bBLOCK$b Gline by nickname.",
31 " $bTRACE GLINE$b Gline all hosts matching a search.",
32 " $bGTRACE$b Search the gline list.",
33 " $b$b",
d914d1cb 34 " $bSHUN$b Global Shun a host.",
35 " $bUNSHUN$b Remove a SHUN.",
36 " $bSBLOCK$b Shun by nickname.",
37 " $bTRACE SHUN$b Shun all hosts matching a search.",
38 " $bSTRACE$b Search the shun list.",
39 " $b$b",
d2dce5ac 40 " $bGAG$b Cause the services to ignore... ",
b1bf690d 41 " $bUNGAG$b ...or unignore by mask."
d2dce5ac
AS
42 );
43
b1bf690d 44"INFORMATION" (
d2dce5ac
AS
45 " $bACCESS$b Shows a users $O access level.",
46 " $bSTATS$b Show various lists and runtime info.",
47 " $bWHOIS$b Show details about a user by nick.",
48 " $bVERSION$b Show the $O version information.",
49 " $bLOG$b View $O logs.",
b1bf690d 50 " $bTRACES$b Powerfull commands for viewing or acting on lists of IRC objects."
d2dce5ac
AS
51 );
52
b1bf690d 53"TRACES" (
d2dce5ac
AS
54 " $bTRACE$b Search current users and optionally apply an action.",
55 " $bGTRACE$b Search current GLINEs and optionally remove them.",
d914d1cb 56 " $bSTRACE$b Search current SHUNs and optionally remove them.",
b1bf690d 57 " $bCSEARCH$b Search current channels."
d2dce5ac
AS
58 );
59
b1bf690d 60"ALERTS" (
d2dce5ac
AS
61 " $bADDALERT$b Make $O automatically do something",
62 " when users match a criteria.",
63 " $bDELALERT$b Remove an alert.",
b1bf690d 64 " $bSTATS ALERT$b See a listing of alerts. "
d2dce5ac
AS
65 );
66
ec311f39 67"TRACKING" (
68 " These commands only work if the tracking module has been compiled in",
69 " $b$b",
70 " $bTRACK$b Display and set tracking options.",
71 " $bADDTRACK$b Adds a nick to the tracking list.",
72 " $bDELTRACK$b Deletes an active track.",
73 " $bLISTTRACK$b Lists all active tracks.",
74 );
75
b1bf690d 76"CHANNEL" (
d2dce5ac
AS
77 " $bOP$b Op someone.",
78 " $bDEOP$b Deop someone.",
82794e1b 79 " $bHOP$b Half Op someone.",
80 " $bDEHOP$b DeHalfop someone.",
d2dce5ac
AS
81 " $bVOICE$b Voice someone.",
82 " $bDEVOICE$b Devoice someone.",
83 " $bKICK$b Kick someone.",
84 " $bBAN$b Ban someone.",
85 " $bKICKBAN$b Kickban someone.",
86 " $b$b",
87 " $bOPALL$b Op everyone in a channel.",
88 " $bDEOPALL$b Deop everyone in a channel.",
82794e1b 89 " $bHOPALL$b Half Op everyone in a channel.",
90 " $bDEHOPALL$b Dehalfop everyone in a channel.",
d2dce5ac
AS
91 " $bVOICEALL$b Voice everyone in a channel.",
92 " $bDEVOICEALL$b Devoice everyone in a channel.",
93 " $bKICKALL$b Kick everyone from a channel.",
94 " $bKICKBANALL$b Kickban everyone from a channel.",
95 " $b$b",
96 " $bINVITE$b Invite someone to a channel.",
97 " $bINVITEME$b Invite yourself to a channel.",
98 " $bCLEARBANS$b Cear all bans from a channel.",
b1bf690d 99 " $bCLEARMODES$b Clear all modes from a channel."
d2dce5ac
AS
100 );
101
b1bf690d 102"CLONES" (
d2dce5ac
AS
103 " $bADDTRUST$b Add a clone limit exemption for a host.",
104 " $bDELTRUST$b Remove a clone exemption.",
105 " $bEDITTRUST$b Modify a clone exemption.",
106 " $bquery services/opserv/untrusted_max$b",
b1bf690d 107 " View the clone kill limit"
d2dce5ac
AS
108 );
109
b1bf690d 110"SETTINGS" (
d2dce5ac 111 " $bQUERY$b Show a runtime config setting.",
b1bf690d 112 " $bSET$b $uTemporarily$u change a runtime config setting."
d2dce5ac
AS
113 );
114
b1bf690d 115"ADMIN" (
d2dce5ac
AS
116 " $bACCESS$b Modify someone's $O access level.",
117 " $bCOMMAND$b Show details of a command.",
118 " $bSHOWCOMMANDS$b List all commands and required access levels.",
119 " $b$b",
120 " $bBANEMAIL$b Ban an email address from being used by the email system.",
121 " $bUNBANEMAIL$b Remove an email ban.",
122 " $b$b",
123 " $bJOIN$b Make $O join a channel.",
124 " $bPART$b Make $O leave a channel.",
125 " $b$b",
126 " $bCLONE$b Create and manipulate a fake user.",
127 " $bCOLLIDE$b Create a clone, colliding an existing user.",
128 " $bRESERVE$b Permanently reserve a nick with a clone.",
129 " $bUNRESERVE$b Remove a perminant reserved clone.",
130 " $bJUPE$b Create dummy server.",
131 " $bUNJUPE$b Remove a dummy server.",
132 " $b$b",
133 " $bREFRESHG$b Refresh the Glines.",
d914d1cb 134 " $bREFRESHS$b Refresh the Shuns.",
d2dce5ac 135 " $bSETTIME$b Synchronize time across the network.",
b1bf690d 136 " $bTIMECMD$b Time how long a command runs."
d2dce5ac
AS
137 );
138
b1bf690d 139"OWNERONLY" (
d2dce5ac
AS
140 " $bWRITE$b Write out a database.",
141 " $bWRITEALL$b Write out ALL databases.",
142 " $bREOPEN$b Close and Re-Open the logs.",
143 " $bREADHELP$b Re-read a help file.",
144 " $bDUMPMESSAGES$b Writes messages to a .db file (for translators).",
145 " $b$b",
146 " $bREHASH$b Re-read the config files.",
ceafd592 147 " $bRESTART$b Quit and re-run X3.",
d2dce5ac
AS
148 " $bDIE$b Make the bot quit.",
149 " $bJUMP$b Change uplink servers.",
150 " $bRECONNECT$b Reconnect to this uplink server.",
d914d1cb 151 " $bGSYNC$b Pull glines from the given server into memory.",
152 " $bSSYNC$b Pull shuns from the given server into memory.",
d2dce5ac
AS
153 " $b$b",
154 " $bMODCMD$b Change details of a command.",
155 " $bBIND$b Make a command alias.",
156 " $bUNBIND$b Remove a command alias.",
c8273589 157 " $bREBINDALL$b Re-create all missing commands on all services",
d2dce5ac
AS
158 " $bHELPFILES$b Change the helpfile priority order.",
159 " $b$b",
160 " $bSERVICE ADD$b Create a new service bot.",
161 " $bSERVICE REMOVE$b Remove a service bot.",
162 " $bSERVICE RENAME$b Rename a service bot.",
163 " $bSERVICE PRIVILEGED$b Sets if only opers can use the service.",
182dd032 164 " $bSERVICE TRIGGER$b Change the command character of a service.",
d2dce5ac
AS
165 " $b$b",
166 " $bADDBAD$b Add a word to the illegal channel word list.",
167 " $bDELBAD$b Remove a word from the illegal channel word list.",
168 " $bADDEXEMPT$b Make an exception to the illegal word list for a channel.",
169 " $bDELEXEMPT$b Remove an exception of the illegal word list.",
170 " $b$b",
171 " $bDUMP$b Drop safetychecked server protocol to the server. ",
7637f48f 172 " $bRAW$b Drop raw server protocol to the server. (DANGEROUS!)",
173 " $b$b",
174 " $bRESETMAX$b Reset the maximum recorded users. (used in the event of a clone flood)"
d2dce5ac
AS
175 );
176
177
d76ed9a9 178"ACCESS" ("/msg $O ACCESS [nick|*account] [new-level]",
d2dce5ac 179 "Displays the $O access level for the specified user or account. With no arguments, displays your own access level. With two arguments, sets the target's $O access level to the second argument (assuming you have sufficient access to do so).",
4ec29502 180 "\"ACCESS *\" will show the access levels of everyone.",
d2dce5ac 181 "Access level: $b${level/access}$b",
182dd032
AS
182 "$uSee Also:$u commands, modcmd"
183 );
d2dce5ac 184
d76ed9a9
AS
185"ADDALERT" ("/msg $O ADDALERT <name> <reaction> <criteria>",
186 "Adds the specified alert to the $b$O$b alert list.",
182dd032
AS
187 "Alerts watch for users matching a givin criteria and perform an action on them.",
188 " <name> - An alphanumeric word to identify this alert in the list",
189 " <reaction> - What to do if a user matches the criteria. See $bALERT REACTION$b.",
190 " <criteria> - What to look for. See $bTRACE CRITERIA$b.",
d2dce5ac
AS
191 "Access level: $b${level/addalert}$b",
192 "$uSee Also:$u delalert, alert reaction, trace criteria"
193 );
194
b1bf690d 195"TIME NOTATION" (
182dd032
AS
196 " Many commands require a duration perameter ",
197 " which all use the same syntax: ",
198 " 1s - 1 second ",
199 " 2m - 2 minutes ",
200 " 3h - 3 hours ",
201 " 4d - 4 days ",
202 " 5w - 5 weeks ",
203 " 6M - 6 months",
204 " 1y - 1 year",
205 " Times can be compounded such as: ",
206 " 1m40s - 1 minute and 40 seconds ",
b1bf690d 207 " 5h20m30s - 5 hours 20 minutes and 30 seconds "
182dd032
AS
208 );
209
d76ed9a9 210"ADDTRUST" ("/msg $O ADDTRUST <ip> <count> <duration> <reason>",
182dd032
AS
211 "Extends the clone kill limit for the specified <ip> to <count> for <duration>.",
212 "<duration> uses $btime notation$b",
d76ed9a9 213 "You may use 0 as the duration if you do not wish the trust to ever expire, and 0 as the count for unlimited connections.",
d2dce5ac 214 "Access level: $b${level/addtrust}$b",
182dd032 215 "$uSee Also:$u deltrust, stats trusted, time notation"
d2dce5ac
AS
216 );
217
d76ed9a9
AS
218"ALERT REACTION" ("$bALERT REACTION$b",
219 "Valid alert actions (to be taken when an alert is hit) are:",
220 "$bNOTICE$b: Send a notice to the $b$O$b alert channel",
221 "$bKILL$b: Disconnect the user",
222 "$bGLINE$b: Gline the user that tripped the alert",
ec311f39 223 "$bTRACK$b: Send a notice to the $b$O$b alert channel and track the user (if the tracking module is loaded)",
d914d1cb 224 "$bSHUN$b : Shun the user that tripped the alert",
182dd032
AS
225 "$uSee Also:$u addalert, delalert"
226 );
d2dce5ac 227
d76ed9a9
AS
228"DELALERT" ("/msg $O DELALERT <alert> [alert]...",
229 "Remove the specified alerts from the $b$O$b alert list.",
182dd032
AS
230 "Access level: $b${level/delalert}$b",
231 "$uSee Also:$u addalert, stats"
232 );
d2dce5ac 233
d76ed9a9
AS
234"DELTRUST" ("/msg $O DELTRUST <ip>",
235 "Deletes a trusted IP from $b$O's$b trusted hosts list. A trusted IP address is exempted from normal client limits. A list of currently trusted IPs is displayed by $bstats trusted$b.",
182dd032
AS
236 "Access level: $b${level/deltrust}$b",
237 "$uSee Also:$u addtrust, stats"
238 );
d2dce5ac 239
d76ed9a9
AS
240"INVITEME" ("/msg $O INVITEME [nick]",
241 "Invites the specified user (if omitted, you) to $O's debug channel.",
182dd032
AS
242 "This is currently pointless, since no output is sent to the debug channel.",
243 "Access level: $b${level/inviteme}$b",
244 "$uSee Also:$u invite, clearmodes, clearbans"
245 );
d2dce5ac 246
d76ed9a9 247"TRACE" ("/msg $O TRACE <action> <criteria> <value> [<criteria> <value>]...",
d2dce5ac 248 "Searches through the current users for those matching the specified criteria, and applies the specified action to them. A detailed list of actions can be found in $bhelp trace action$b and a list of criteria in $bhelp trace criteria$b.",
d914d1cb 249 "Quick Ref ACTIONS: PRINT, COUNT, KILL, GLINE, SHUN, GAG, DOMAINS",
27eaa617 250 "Quick Ref CRITERIA: MASK, NICK, IDENT, HOST, INFO, SERVER, IP, ACCOUNT, AUTHED, CHANNEL, NUMCHANNELS, LIMIT, NICKAGE, ACCESS, REASON, DEPTH, DURATION, CLONES, INFO_SPACE, ABUSE OPERS, LOG, REGEX",
182dd032
AS
251 "Access level: $b${level/trace}$b",
252 "$uSee Also:$u trace action, trace criteria"
253 );
d2dce5ac 254
d76ed9a9
AS
255"TRACE ACTION" ("$bTRACE ACTION$b",
256 "Options for action in $btrace$b are:",
257 "$bPRINT$b: Display the hostmask to you.",
258 "$bCOUNT$b: Count all matching users.",
259 "$bKILL$b: Kill matching clients.",
260 "$bGLINE$b: Issue a gline for the client's host (by default, 1 hour long).",
d914d1cb 261 "$bSHUN$b: Issue a shun for the client's host (by default, 1 hour long).",
d76ed9a9
AS
262 "$bGAG$b: Gag all matching users (by default, does not expire).",
263 "$bDOMAINS$b: Display counts of users in each domain (length specified by DEPTH criteria.",
d914d1cb 264 "Note: By default, IRC operators are not affected by the KILL, GLINE, SHUN or GAG actions. You can override this by specifying the $bABUSE OPERS$b criteria for a trace. Even if you do specify $bABUSE OPERS$b, it will not affect opers at your access level or above.",
182dd032
AS
265 "$uSee Also:$u trace criteria, trace"
266 );
d2dce5ac 267
d76ed9a9
AS
268"TRACE CRITERIA" ("$bTRACE CRITERIA$b",
269 "Criteria and values for $btrace$b (a search with $btrace$b must match all specified items):",
270 "$bMASK$b nick!user@host Specifies a full hostmask to search for.",
271 "$bNICK$b nick Specifies a nick to search for.",
272 "$bIDENT$b ident Specifies an ident to search for.",
273 "$bHOST$b host Specifies a hostname to search for.",
274 "$bINFO$b infoline Specifies a user's info to search for.",
275 "$bSERVER$b server Specifies a server to search for.",
276 "$bIP$b 127.0.0.1 Specifies an IP to search for (independent of hostname).",
277 "$bACCOUNT$b account Specifies an account to search for.",
278 "$bAUTHED$b yes/no Specifies if matching users must be authenticated with $N or not",
279 "$bCHANNEL$b #target Specifies a channel the client must be in.",
280 "$bNUMCHANNELS$b 5 Specifies a number of channels the client must be in.",
281 "$bLIMIT$b 50 Limits the number of responses to a certain number.",
282 "$bNICKAGE$b cmp Client has had nick this long (<Nu, <=Nu, =Nu, >=Nu or >Nu)",
6762ab9f 283 "$bLINKED$b cmp Connected to the network this long (<Nu, <=Nu, =Nu, >=Nu or >Nu)",
d76ed9a9 284 "$bACCESS$b cmp Access constraints (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
d914d1cb 285 "$bREASON$b reason Reason for kill, gline or shun (must be listed last).",
d76ed9a9 286 "$bDEPTH$b depth How many domain-name parts to use for $bDOMAINS$b action.",
6762ab9f 287 "$bDURATION$b duration How long to apply a G-line or gag (see $C help topic $bdurations$b).",
d76ed9a9
AS
288 "$bCLONES$b min Ignore clients from hosts with fewer than this many connections.",
289 "$bINFO_SPACE$b yes/no Clients match only if their info starts with a space (' ') character.",
290 "$bABUSE OPERS$b Force adverse actions to affect opers as well.",
291 "$bLOG$b Record matching users in $O's log file (in addition to acting).",
27eaa617 292 "$bREGEX$b yes/no Specifies if NICK/IDENT/HOST/INFO should be treated as a regular expression.",
a8370a20 293 "$bSILENT$b yes/no If yes, AUTO is prepended to the gline message, making the gline silent in nefarious ircd.",
182dd032 294 "Additionally, the $bCHANNEL$b target may be prefixed with @ to select channel operators, + to select voiced users (will not select chanops unless @ is also used), or - to select non-voiced non-chanop users. For example, CHANNEL #foo will select all users in #foo; CHANNEL +#foo will select only users voiced in #foo; CHANNEL @+#foo will select ops and voiced users in #foo; etc.",
63665495 295 "When searching on the criteria of nick, ident, or info, the search string can be another of the three, prefixed with a & character, to indicate that the match should compare each user's individual data. For example, $binfo &nick$b would search for all users whose info matches their nick. To search for that phrase explicitly, prefix the & with a backslash; e.g.: $binfo \&ident$b.",
182dd032
AS
296 "$uSee Also:$u trace action, trace"
297 );
d2dce5ac 298
d76ed9a9 299"WHOIS" ("/msg $O WHOIS <nick>",
182dd032
AS
300 "Displays detailed information for the named user.",
301 "Access level: $b${level/whois}$b",
302 );
d2dce5ac 303
d76ed9a9
AS
304"CHANINFO" ("/msg $O CHANINFO <#channel> [users]",
305 "Displays very detailed information on the specified channel. If the channel is omitted, then $bchaninfo$b will be done on the channel where the command was given. You must give a second parameter ($busers$b) to list users in the channel.",
182dd032
AS
306 "Access level: $b${level/chaninfo}$b",
307 "$uSee Also:$u whois"
308 );
d2dce5ac 309
d76ed9a9
AS
310"CSEARCH" ("/msg $O CSEARCH <action> <criteria> <value> [<criteria> <value>]...",
311 "Searches through the network's channels for those matching the specified criteria, and applies the specified action to them. A list of actions can be found under $bhelp csearch action$b and a list of criteria in $bhelp csearch criteria$b.",
182dd032
AS
312 "Access level: $b${level/csearch}$b",
313 "$uSee Also:$u csearch action, csearch criteria"
314 );
d2dce5ac 315
d76ed9a9
AS
316"CSEARCH ACTION" ("$bCSEARCH ACTION$b",
317 "Options for action in $bcsearch$b are:",
318 "$bPRINT$b: Display the channel and user count.",
182dd032
AS
319 "$bCOUNT$b: Count all matching channels."
320 );
d2dce5ac 321
d76ed9a9
AS
322"CSEARCH CRITERIA" ("$bCSEARCH CRITERIA$b",
323 "Criteria and values for $bcsearch$b (a search with $bcsearch$b must match all specified items):",
324 "$bNAME$b name Specifies a name to search for.",
325 "$bTOPIC$b topic Specifies a topic to search for.",
326 "$bUSERS$b cmp User count constraint (<Nu, <=Nu, =Nu, >=Nu or >Nu)",
327 "$bTIMESTAMP$b cmp Timestamp constraint (<Nu, <=Nu, =Nu, >=Nu or >Nu; supports interval notation)",
182dd032
AS
328 "$bLIMIT$b 50 Limits the number of responses to a certain number."
329 );
d2dce5ac 330
d76ed9a9
AS
331"JOIN" ("/msg $O JOIN <#channel> ",
332 "Makes $b$O$b join the specified channel.",
182dd032
AS
333 "Access level: $b${level/join}$b",
334 "$uSee Also:$u part"
335 );
d2dce5ac 336
d76ed9a9
AS
337"PART" ("/msg $O PART <#channel> ",
338 "Makes $b$O$b leave the specified channel.",
182dd032
AS
339 "Access level: $b${level/part}$b",
340 "$uSee Also:$u join"
341 );
d2dce5ac 342
d76ed9a9
AS
343"ADDBAD" ("/msg $O ADDBAD <word>",
344 "Adds a bad word to $b$O's$b bad word list. Bad words make any channel that has a bad word anywhere in a channel's name illegal. A list of current bad words can be displayed by $bstats bad$b.",
182dd032 345 "Access level: $b${level/addbad}$b",
de9510bc 346 "$uSee Also:$u addexempt, delbad, stats bad, $C:noregister"
182dd032 347 );
d2dce5ac 348
d76ed9a9
AS
349"ADDEXEMPT" ("/msg $O ADDEXEMPT <#channel>",
350 "Adds a channel to $O's \"exempt\" list. These channels (and only these channels) are never considered to contain prohibited words. Note that you $bmust$b specify the whole channel name, and may not use wildcards.",
351 "For example, if you have added $ufree$u to the bad-word list, you could add $u#FreeBSD$u to the exempt list, and anyone could join #FreeBSD. Users joining #FreeBSDISOz would be kickbanned by $O.",
352 "The current exempt list is displayed with the current bad-words in $bstats bad$b.",
182dd032
AS
353 "Access level: $b${level/addexempt}$b",
354 "$uSee Also:$u addbad, delexempt, stats"
355 );
d2dce5ac 356
d76ed9a9
AS
357"DELBAD" ("/msg $O DELBAD <keyword>",
358 "Deletes a bad word from $b$O's$b bad word list. Bad words make any channel that has a bad word anywhere in a channel's name illegal. A list of current bad words can be displayed by $bstats bad$b.",
182dd032 359 "Access level: $b${level/delbad}$b",
de9510bc 360 "$uSee Also:$u addbad, delexempt, stats bad, $C:allowregister"
182dd032 361 );
d2dce5ac 362
d76ed9a9
AS
363"DELEXEMPT" ("/msg $O DELEXEMPT <#channel>",
364 "Removes a channel from $O's bad-word-exempt channel list.",
182dd032
AS
365 "Access level: $b${level/delexempt}$b",
366 "$uSee Also:$u addexempt, delbad, stats"
367 );
d2dce5ac 368
d76ed9a9
AS
369"BAN" ("/msg $O BAN <#channel> <nick|hostmask>",
370 "Bans the specified hostmask from the specified channel.",
371 "If a nick is used instead of hostmask, the hostmask is generated based on the nickname.",
372 "If the channel is omitted, the $bban$b will be done in the channel where the command was given.",
182dd032
AS
373 "Access level: $b${level/ban}$b",
374 "$uSee Also:$u kickban, kickbanall, unban"
375 );
d2dce5ac 376
d76ed9a9
AS
377"UNBAN" ("/msg $O UNBAN <#channel> <hostmask>",
378 "Unbans the specified hostmask from the specified channel.",
379 "If the channel is omitted, the $bunban$b will be done in the channel where the command was given.",
182dd032
AS
380 "Access level: $b${level/unban}$b",
381 "$uSee Also:$u kickban, kickbanall, ban"
382 );
d2dce5ac 383
d76ed9a9
AS
384"CLEARBANS" ("/msg $O CLEARBANS <#channel> ",
385 "Clears all bans in the specified channel.",
386 "If the channel is omitted, then $bclearbans$b will be done in the channel where the command was given.",
182dd032
AS
387 "Access level: $b${level/clearbans}$b",
388 "$uSee Also:$u ban, unban"
389 );
d2dce5ac 390
d76ed9a9
AS
391"CLEARMODES" ("/msg $O CLEARMODES <#channel> ",
392 "Clears the specified channel of all modes.",
393 "If the channel is omitted, then $bclearmodes$b will be done in the channel where the command was given.",
182dd032
AS
394 "Access level: $b${level/clearmodes}$b",
395 "$uSee Also:$u mode"
396 );
d2dce5ac 397
d76ed9a9
AS
398"DEOP" ("/msg $O DEOP <#channel> <nick> [nick]...",
399 "Deops the specified user from the specified channel.",
400 "If the channel is omitted, then $bdeop$b will be done in the channel where the command was given.",
182dd032
AS
401 "Access level: $b${level/deop}$b",
402 "$uSee Also:$u deopall, devoiceall, op, opall"
403 );
d2dce5ac 404
d76ed9a9
AS
405"DEOPALL" ("/msg $O DEOPALL <#channel>",
406 "Deops all members of the specified channel.",
407 "If the channel is omitted, then $bdeopall$b will be done in the channel where the command was given.",
182dd032
AS
408 "Access level: $b${level/deopall}$b",
409 "$uSee Also:$u deop, devoiceall, op, opall"
410 );
d2dce5ac 411
82794e1b 412"DEHOP" ("/msg $O DEHOP <#channel> <nick> [nick]...",
413 "Dehalfops the specified user from the specified channel.",
414 "If the channel is omitted, then $bdehop$b will be done in the channel where the command was given.",
415 "Access level: $b${level/dehalfop}$b",
416 "$uSee Also:$u dehalfopall, hop, hopall"
417 );
418
419"DEHOPALL" ("/msg $O DEHOPALL <#channel>",
420 "Dehalfops all members of the specified channel.",
421 "If the channel is omitted, then $bdehopall$b will be done in the channel where the command was given.",
422 "Access level: $b${level/dehopall}$b",
423 "$uSee Also:$u dehop, hop, hopall"
424 );
425
d76ed9a9
AS
426"DEVOICEALL" ("/msg $O DEVOICEALL <#channel>",
427 "Devoice all members of the specified channel who do not have channel ops.",
428 "If the channel is omitted, then $bdevoiceall$b will be done in the channel where the command was given.",
182dd032
AS
429 "Access level: $b${level/devoiceall}$b",
430 "$uSee Also:$u deop, deopall, op, opall"
431 );
d2dce5ac 432
d76ed9a9
AS
433"KICK" ("/msg $O KICK <#channel> <nick> [reason]",
434 "Kicks the specified user from the specified channel.",
435 "If the channel is omitted, then $bkick$b will be done in the channel where the command was given.",
182dd032
AS
436 "Access level: $b${level/kick}$b",
437 "$uSee Also:$u ban, kickall, kickban, kickbanall"
438 );
d2dce5ac 439
d76ed9a9
AS
440"KICKALL" ("/msg $O KICKALL <#channel> [reason]",
441 "Kicks all users in the specified channel except for the user issuing the command.",
442 "If the channel is omitted, then $bkickall$b will be done in the channel where the command was given.",
182dd032
AS
443 "Access level: $b${level/kickall}$b",
444 "$uSee Also:$u ban, kick, kickbanall"
445 );
d2dce5ac 446
d76ed9a9
AS
447"KICKBAN" ("/msg $O KICKBAN <#channel> <nick> [reason]",
448 "Kicks and bans the specified user. $b$O$b determines the hostmask to ban from the nick specified.",
449 "If the channel is omitted, then $bkickban$b will be done in the channel where the command was given.",
182dd032
AS
450 "Access level: $b${level/kickban}$b",
451 "$uSee Also:$u ban, kickall, kickbanall"
452 );
d2dce5ac 453
d76ed9a9
AS
454"KICKBANALL" ("/msg $O KICKBANALL <#channel> [reason]",
455 "Kick and bans all members of the specified channel except for the user issuing the command.",
456 "If the channel is omitted, then $bkickbanall$b will be done in the channel where the command was given.",
182dd032
AS
457 "Access level: $b${level/kickbanall}$b",
458 "$uSee Also:$u ban, kick, kickban"
459 );
d2dce5ac 460
d76ed9a9
AS
461"MODE" ("/msg $O MODE <#channel> <+/- mode>",
462 "Sets the specified modes (but cannot include voice, ban or op changes) on a channel.",
463 "If the channel is omitted, then $bmode$b will be done in the channel where the command was given.",
182dd032
AS
464 "Access level: $b${level/mode}$b",
465 "$uSee Also:$u ban, deop, kickban, op"
466 );
d2dce5ac 467
d76ed9a9
AS
468"OP" ("/msg $O OP <#channel> <nick> [nick]...",
469 "Ops specified nicknames the specified channel.",
470 "If the channel is omitted, then $bop$b will be done in the channel where the command was given.",
182dd032
AS
471 "Access level: $b${level/op}$b",
472 "$uSee Also:$u deop, deopall, opall"
473 );
d2dce5ac 474
d76ed9a9
AS
475"OPALL" ("/msg $O OPALL <#channel>",
476 "Ops all members of the specified channel.",
477 "If the channel is omitted, then $bopall$b will be done in the channel where the command was given.",
182dd032
AS
478 "Access level: $b${level/opall}$b",
479 "$uSee Also:$u deopall"
480 );
d2dce5ac 481
82794e1b 482"HOP" ("/msg $O HOP <#channel> <nick> [nick]...",
483 "Half ops specified nicknames the specified channel.",
484 "If the channel is omitted, then $bhop$b will be done in the channel where the command was given.",
485 "Access level: $b${level/hop}$b",
486 "$uSee Also:$u dehop, dehopall, hopall"
487 );
488
489"HOPALL" ("/msg $O HOPALL <#channel>",
490 "Half ops all members of the specified channel.",
491 "If the channel is omitted, then $bhopall$b will be done in the channel where the command was given.",
492 "Access level: $b${level/hopall}$b",
493 "$uSee Also:$u dehopall"
494 );
495
d76ed9a9
AS
496"VOICEALL" ("/msg $O VOICEALL <#channel>",
497 "Voices all members of the specified channel who do not have channel ops.",
498 "If the channel is omitted, then $bvoiceall$b will be done in the channel where the command was given.",
182dd032
AS
499 "Access level: $b${level/voiceall}$b",
500 "$uSee Also:$u opall, deopall, devoiceall"
501 );
d76ed9a9
AS
502
503"GLINES" ("$bGLINE COMMANDS$b",
504 "Searches for, issues, and removes G-lines (network-global K-lines).",
505 " BLOCK [${level/block}]",
506 " GLINE [${level/gline}]",
507 " GTRACE [${level/gtrace}]",
508 " GSYNC [${level/gsync}]",
509 " REFRESHG [${level/refreshg}]",
182dd032
AS
510 " UNGLINE [${level/ungline}]"
511 );
d2dce5ac 512
d76ed9a9
AS
513"BLOCK" ("/msg $O BLOCK <nick> [reason]",
514 "GLINES the host of the specified nick for one hour If no reason is given, use a default reason.",
182dd032
AS
515 "Access level: $b${level/block}$b",
516 "$uSee Also:$u gline, ungline"
517 );
d2dce5ac 518
d76ed9a9
AS
519"GLINE" ("/msg $O GLINE <user@host> <duration> <reason>",
520 "Issues a GLINE (network ban) on the network for the speicified user@host for the specified duration (making the expiration time: net time + duration).",
6762ab9f 521 "duration is in the form nnm, where nn is a number, and m is a charactor representing the unit (eg d for days.)",
182dd032 522 "Access level: $b${level/gline}$b",
6762ab9f 523 "$uSee Also:$u trace, ungline, ($C) durations"
182dd032 524 );
d2dce5ac 525
d76ed9a9
AS
526"GTRACE" ("/msg $O GTRACE <action> <criteria> [<criteria> <value>]...",
527 "Searches through the glines, much like $bTRACE$b does for users.",
182dd032
AS
528 "Access level: $b${level/gtrace}$b",
529 "$uSee Also:$u trace, gtrace action, gtrace criteria"
530 );
d2dce5ac 531
d76ed9a9
AS
532"GTRACE ACTION" ("$bGTRACE ACTION$b",
533 "Options for the action in $bgtrace$b are:",
534 "$bPRINT$b: Display the glines (mask, issuer, expiration time, reason)",
535 "$bCOUNT$b: Count the number of matching glines",
182dd032
AS
536 "$bUNGLINE$b: Remove matching glines",
537 "$uSee Also:$u gtrace criteria, gtrace"
538 );
d2dce5ac 539
d76ed9a9
AS
540"GTRACE CRITERIA" ("$bGTRACE CRITERIA$b",
541 "Criteria and values for $bgtrace$b (a search with $bgtrace$b must match all the criteria you give):",
542 "$bMASK SUPERSET$b user@host G-line matches if it applies to someone with this hostmask.",
543 "$bMASK SUBSET$b user@host G-line matches if this hostmask \"covers\" the G-line target.",
544 "$bMASK EXACT$b user@host G-line matches only if the target is exactly this.",
545 "$bMASK$b user@host Specifies a mask to search for (equivalent to MASK SUPERSET).",
546 "$bLIMIT$b count Limits the number of matching glines.",
547 "$bREASON$b reason Looks for glines with the given reason.",
548 "$bISSUER$b account Looks for glines issued by the given account.",
182dd032
AS
549 "$bAFTER$b interval Looks for glines that expire more than $binterval$b in the future.",
550 "$uSee Also:$u gtrace action, gtrace"
551 );
d2dce5ac 552
d76ed9a9 553"GSYNC" ("/msg $O GSYNC [server]",
ceafd592 554 "Requests a list of GLINES from its uplink or the specified server. This can be used in the event X3 is down for period and becomes desynced.",
182dd032
AS
555 "Access level: $b${level/gsync}$b",
556 "$uSee Also:$u refreshg, gline, ungline"
557 );
d2dce5ac 558
d76ed9a9
AS
559"REFRESHG" ("/msg $O REFRESHG [server]",
560 "Re-issues all GLINES in $b$O's$b database. Usually used for newly joining or desynched servers. If a server mask is specified, the GLINES are only sent to server(s) with matching names.",
182dd032
AS
561 "Access level: $b${level/refreshg}$b",
562 "$uSee Also:$u gline, ungline, gsync"
563 );
d2dce5ac 564
d76ed9a9
AS
565"UNGLINE" ("/msg $O UNGLINE <user@host>",
566 "Removes a gline from the network before it expires.",
182dd032
AS
567 "Access level: $b${level/ungline}$b",
568 "$uSee Also:$u gline"
569 );
d2dce5ac 570
d914d1cb 571"SHUN" ("$bSHUN COMMANDS$b",
572 "Searches for, issues, and removes Shuns.",
573 " SBLOCK [${level/sblock}]",
574 " SHUN [${level/shun}]",
575 " STRACE [${level/strace}]",
576 " SSYNC [${level/ssync}]",
577 " REFRESHS [${level/refreshs}]",
578 " UNSHUN [${level/unshun}]"
579 );
580
581"SBLOCK" ("/msg $O SBLOCK <nick> [reason]",
582 "SHUNS the host of the specified nick for one hour If no reason is given, use a default reason.",
583 "Access level: $b${level/sblock}$b",
584 "$uSee Also:$u shun, unshun"
585 );
586
587"SHUN" ("/msg $O SHUN <user@host> <duration> <reason>",
588 "Issues a SHUN on the network for the speicified user@host for the specified duration (making the expiration time: net time + duration).",
589 "Access level: $b${level/shun}$b",
590 "$uSee Also:$u trace, unshun"
591 );
592
593"STRACE" ("/msg $O STRACE <action> <criteria> [<criteria> <value>]...",
594 "Searches through the shuns, much like $bTRACE$b does for users.",
595 "Access level: $b${level/strace}$b",
596 "$uSee Also:$u trace, strace action, strace criteria"
597 );
598
599"STRACE ACTION" ("$bSTRACE ACTION$b",
600 "Options for the action in $bstrace$b are:",
601 "$bPRINT$b: Display the shuns (mask, issuer, expiration time, reason)",
602 "$bCOUNT$b: Count the number of matching shuns",
603 "$bUNSHUN$b: Remove matching shuns",
604 "$uSee Also:$u strace criteria, strace"
605 );
606
607"STRACE CRITERIA" ("$bSTRACE CRITERIA$b",
608 "Criteria and values for $bstrace$b (a search with $bstrace$b must match all the criteria you give):",
609 "$bMASK SUPERSET$b user@host Shun matches if it applies to someone with this hostmask.",
610 "$bMASK SUBSET$b user@host Shun matches if this hostmask \"covers\" the Shun target.",
611 "$bMASK EXACT$b user@host Shun matches only if the target is exactly this.",
612 "$bMASK$b user@host Specifies a mask to search for (equivalent to MASK SUPERSET).",
613 "$bLIMIT$b count Limits the number of matching shuns.",
614 "$bREASON$b reason Looks for shuns with the given reason.",
615 "$bISSUER$b account Looks for shuns issued by the given account.",
616 "$bAFTER$b interval Looks for shuns that expire more than $binterval$b in the future.",
617 "$uSee Also:$u strace action, strace"
618 );
619
620"SSYNC" ("/msg $O SSYNC [server]",
621 "Requests a list of SHUNS from its uplink or the specified server. This can be used in the event X3 is down for period and becomes desynced.",
622 "Access level: $b${level/ssync}$b",
623 "$uSee Also:$u refreshs, shun, unshun"
624 );
625
626"REFRESHS" ("/msg $O REFRESHS [server]",
627 "Re-issues all SHUNS in $b$O's$b database. Usually used for newly joining or desynched servers. If a server mask is specified, the SHUNS are only sent to server(s) with matching names.",
628 "Access level: $b${level/refreshs}$b",
629 "$uSee Also:$u shun, unshun, ssync"
630 );
631
632"UNSHUN" ("/msg $O UNSHUN <user@host>",
633 "Removes a shun from the network before it expires.",
634 "Access level: $b${level/unshun}$b",
635 "$uSee Also:$u shun"
636 );
637
d76ed9a9
AS
638"CLONE" ("/msg $O CLONE <sub-command> <sub-command arguments>",
639 "Creats and manipulates a fake user. Sub-commands for $bclone$b are:",
640 "$bADD$b: Adds a new clone. Arguments: <nickname> <user@host> <info>",
641 "$bREMOVE$b: Removes a clone. Arguments: <nickname>",
642 "$bJOIN$b: Joins a clone to a channel. Arguments: <nickname> <channel>",
643 "$bPART$b: Parts a clone from a channel. Arguments: <nickname> <channel>",
644 "$bOP$b: Ops a clone in a channel. Arguments: <nickname> <channel>",
182dd032
AS
645 "$bSAY$b: Makes a clone say something to a channel. Arguments: <nickname> <channel> <text>",
646 "Access level: $b${level/clone}$b",
647 "$uSee Also:$u collide, reserve, jupe"
648 );
d2dce5ac 649
d76ed9a9
AS
650"COLLIDE" ("/msg $O COLLIDE <nick> <ident> <host> <description>",
651 "Creates a clone with the specified properties, colliding any existing user with the same nick.",
182dd032
AS
652 "Access level: $b${level/collide}$b",
653 "$uSee Also:$u clone, reserve, jupe"
654 );
d2dce5ac 655
d76ed9a9 656"JUPE" ("/msg $O JUPE <srvname> <srvnum> <description>",
ceafd592 657 "Causes X3 to create a \"juped\" (dummy) server. This can be used to prevent a poorly connected server from connecting.",
182dd032
AS
658 "Access level: $b${level/jupe}$b",
659 "$uSee Also:$u unjupe, clone, reserve"
660 );
d2dce5ac 661
d76ed9a9 662"RESERVE" ("/msg $O RESERVE <nickname> <user> <host> <comment>",
ceafd592 663 "Used to ban, protect, or jupe a given nick. Unlike $bclone$b and $bcollide$b, reserved nicks are saved across restarts of X3.",
182dd032
AS
664 "Access level: $b${level/reserve}$b",
665 "$uSee Also:$u unreserve, clone, jupe"
666 );
d2dce5ac 667
d76ed9a9 668"UNJUPE" ("/msg $O UNJUPE <srvname>",
ceafd592 669 "Causes X3 to unjupe a jupe server.",
182dd032
AS
670 "Access level: $b${level/unjupe}$b",
671 "$uSee Also:$u jupe, unreserve, clone"
672 );
d2dce5ac 673
d76ed9a9
AS
674"UNRESERVE" ("/msg $O UNRESERVE <nick>",
675 "Removes a nick from $b$O's$b reserve list.",
182dd032
AS
676 "Access level: $b${level/unreserve}$b",
677 "$uSee Also:$u reserve, clone, unjupe"
678 );
d76ed9a9 679
d76ed9a9
AS
680"LOG" ("/msg $O LOG <criteria> <value> [<criteria> <value>]...",
681 "Searches services logs based on critera specified and displays the results.",
682 "Criteria and associated values (a search match all specified items):",
683 "$bBOT$b - A service bot's name (for example, $O).",
684 "$bCHANNEL$b - The channel where a command was issued (accepts wildcards).",
685 "$bNICK$b - The nickname issuing the command (accepts wildcards).",
686 "$bACCOUNT$b - The account of the user who issued the command (accepts wildcards).",
687 "$bHOSTMASK$b - The ident@host of the user who issued the command (accepts wildcards).",
688 "$bAGE$b - Age of commands to find (for example, 1m or >3m).",
689 "$bLIMIT$b - Maximum number of results to show.",
690 "$bLEVEL$b - Comma-separated list of COMMAND, OVERRIDE, STAFF, to return only those commands.",
691 "$bTYPE$b - Name of module that generated log (see $bSTATS MODULES$b).",
182dd032
AS
692 "By default, all levels of audit log entries are returned. You may exclude levels from the results by using the level criteria and the '-' character in front of the level name.",
693 "Access level: $b${level/log}$b",
694 "$uSee Also:$u reopen"
695 );
d2dce5ac 696
d76ed9a9
AS
697"REOPEN" ("/msg $O REOPEN",
698 "Close and re-open all the log files.",
182dd032
AS
699 "$uSee Also:$u log, rehash, write, writeall, readhelp"
700 );
d2dce5ac 701
d76ed9a9 702"DIE" ("/msg $O DIE <reason>",
ceafd592 703 "SQUIT X3 with the given reason and shuts it down.",
182dd032
AS
704 "Access level: $b${level/die}$b",
705 "$uSee Also:$u restart, reconnect, jump"
706 );
707
d76ed9a9 708"JUMP" ("/msg $O JUMP <uplink>",
ceafd592 709 "Causes X3 to connect to the specified uplink.",
182dd032
AS
710 "Access level: $b${level/jump}$b",
711 "$uSee Also:$u reconnect, restart, die"
712 );
d2dce5ac 713
d76ed9a9 714"RECONNECT" ("/msg $O RECONNECT ",
ceafd592 715 "Causes X3 to reconnect to its current uplink.",
182dd032
AS
716 "Access level: $b${level/reconnect}$b",
717 "$uSee Also:$u jump, rehash, restart, die"
718 );
d2dce5ac 719
d76ed9a9 720"REHASH" ("/msg $O REHASH",
ceafd592 721 "Causes X3 to re-read its configuration file and update its state as much as possible.",
182dd032
AS
722 "Access level: $b${level/rehash}$b",
723 "$uSee Also:$u die, reconnect, jump, restart"
724 );
d2dce5ac 725
d76ed9a9 726"RESTART" ("/msg $O RESTART <reason>",
ceafd592 727 "Causes X3 to SQUIT with the specified reason and restart.",
182dd032
AS
728 "Access level: $b${level/restart}$b",
729 "$uSee Also:$u reconnect, rehash, die"
730 );
d2dce5ac 731
d76ed9a9 732"GAG" ("/msg $O GAG <mask> <duration> <reason>",
de9510bc
AS
733 "Sets a complete services-wide ignore on all users matching the provided mask. All services will completely ignore all private messages or notices from gagged users.",
734 "The gag will automatically expire after $b<duration>$b (or last forever if that is zero).",
182dd032 735 "Access level: $b${level/gag}$b",
de9510bc 736 "$uSee Also:$u ungag, trace, stats gags"
182dd032 737 );
d2dce5ac 738
d76ed9a9
AS
739"HELPSERV" ("/msg $O HELPSERV <command>",
740 "Sends a command to the HelpServ system. It is used for all \"override\" commands, as well as registration and unregistration.",
182dd032
AS
741 "$uSee also:$u /msg $O HELPSERV HELP"
742 );
d2dce5ac 743
258d1427
AS
744"QUERY" ("/msg $O QUERY [key][/<sub-key>[/<sub-sub-key>]...]",
745 "Displays the value of the given configuration key. ",
746 "If the key is a composite entry, show the subkeys inside it.",
747 "Examples:",
748 " QUERY - shows 1st level keys ",
749 " QUERY services/chanserv - shows list of chanserv settings ",
750 " QUERY services/chanserv/chan_expire_delay - shows value ",
182dd032
AS
751 "Access level: $b${level/query}$b",
752 "$uSee Also:$u set, rehash"
753 );
d2dce5ac 754
d76ed9a9
AS
755"SET" ("/msg $O SET <option> <value>",
756 "Modifies the internal configuration database. Currently, only keys that have been previously set may be modified.",
182dd032
AS
757 "Access level: $b${level/set}$b",
758 "$uSee Also:$u query, rehash"
759 );
d2dce5ac 760
d76ed9a9 761"UNGAG" ("/msg $O UNGAG <hostmask>",
de9510bc 762 "Ungags a gaged hostmask.",
182dd032
AS
763 "Access level: $b${level/ungag}$b",
764 "$uSee Also:$u gag, stats gags"
765 );
d2dce5ac 766
d76ed9a9
AS
767"DUMP" ("/msg $O DUMP <raw line>",
768 "Dumps a raw server message into the stream. Unlike $braw$b, $bdump$b checks line syntax before sending it, making it much safer to use then $braw$b. If $bdump$b detects a syntax error in the line, it is not sent. It is $bHIGHLY$b recommended that you use $bdump$b instead of $braw$b.",
182dd032
AS
769 "Access level: $b${level/dump}$b",
770 "$uSee Also:$u raw"
771 );
d2dce5ac 772
d76ed9a9
AS
773"RAW" ("/msg $O RAW <raw line>",
774 "Dumps a raw server message into the stream. Unlike $bdump$b, $braw$b does $bNOT$b check line syntax before sending it, making $braw$b dangerous. It will however, after the line is sent, warn of a parse error if there is a problem with the line. It is $bHIGHLY$b recommended that $bdump$b be used instead of $braw$b because it is much safer.",
182dd032
AS
775 "Access level: $b${level/raw}$b",
776 "$uSee Also:$u dump"
777 );
d2dce5ac 778
d76ed9a9 779"SETTIME" ("/msg $O SETTIME [servermask] [resync]",
ceafd592 780 "Sets the time on the named server(s) to match the time known to X3.",
d76ed9a9 781 "For example, using $b*$b as the mask sets the time on all servers; using a server's full name sets the time only on that one.",
ceafd592 782 "If the RESYNC argument is provided, sets the time to what X3 believes the local time is, rather than what it believes the network time is.",
182dd032
AS
783 "Access level: $b${level/settime}$b",
784 "$uSee Also:$u timecmd"
785 );
d2dce5ac 786
d76ed9a9
AS
787"STATS" ("/msg $O STATS <subject>",
788 "Displays statistics about a specified subject. Subjects include:",
789 "$bALERTS$b: The list of current \"alerts\".",
790 "$bBAD$b: Current list of bad words and exempted channels.",
791 "$bGAGS$b: The list of current gags.",
792 "$bGLINES$b: Reports the current number of glines.",
d914d1cb 793 "$bSHUNS$b : Reports the current number of shuns.",
d76ed9a9
AS
794 "$bLINKS$b: Information about the link to the network.",
795 "$bMAX$b: The max clients seen on the network.",
796 "$bNETWORK$b: Displays network information such as total users and how many users are on each server.",
797 "$bNETWORK2$b: Additional information about the network, such as numerics and linked times.",
798 "$bOPERS$b: A list of users that are currently +o.",
ceafd592 799 "$bPROXYCHECK$b: Information about proxy checking in X3.",
d76ed9a9
AS
800 "$bRESERVED$b: The list of currently reserved nicks.",
801 "$bTIMEQ$b: The number of events in the timeq, and how long until the next one.",
802 "$bTRUSTED$b: The list of currently trusted IPs.",
ceafd592 803 "$bUPTIME$b: X3 uptime, lines processed, and CPU time.",
d76ed9a9 804 "$bMODULES$b: Shows loaded modules that implement commands.",
182dd032
AS
805 "$bSERVICES$b: Shows active service bots.",
806 "Access level: $b${level/stats}$b",
807 );
d76ed9a9 808
ec311f39 809"TRACK" ("/msg $O TRACK <+/-type|all|none>",
810 "This specifies what will be tracked in the tracking channel.",
811 "Use + to add flags and - to remove types. Use ALL to enable all",
812 "tracking options available, use NONE to completly disable them.",
813 "Available flags are:",
814 "auth - Auths",
815 "chanmode - Channel Modes",
816 "del - Quits",
817 "join - Joins",
818 "kick - Kicks",
819 "new - New Nicks",
820 "nick - Nick Changes",
821 "part - Parts",
822 "umode - Umodes");
823
824"ADDTRACK" ("/msg $O ADDTRACK <nick>",
825 "Adds the given <nick> to the tracking list.",
826 "$uSee Also:$u deltrack listtrack addalert");
827
828"DELTRACK" ("/msg $O DELTRACK <nick>",
829 "Removes the given <nick> from the tracking list.",
830 "$uSee Also:$u deltrack listtrack");
831
832"LISTTRACK" ("/msg $O LISTTRACK",
833 "Lists all currently active tracks.",
834 "$uSee Also:$u addtrack deltrack");
835
7637f48f 836"RESETMAX" ("/msg $O RESETMAX",
837 "Resets the max clients number to the current ammount of connected clients. Use with caution.",
838 "$uSee Also:$u stats max");
839
d2dce5ac 840