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