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