]> jfr.im git - irc/evilnet/x3.git/blame - src/chanserv.help
Fix topic crash bug
[irc/evilnet/x3.git] / src / chanserv.help
CommitLineData
b1bf690d 1"<INDEX>" (
4048352e 2 " Hello there! ",
b1bf690d 3 " I'm $C, your handy channel services bot.",
4 " $b$b",
4048352e 5 " Please select the area you would like ",
6 " help with from the list below. The ",
1d957482 7 " help system uses the format: ",
4048352e 8 " $b/MSG $C HELP <$bsubject$b>$b ",
1d957482 9 " (In help, words in <> represent required",
7cbbd86a 10 " parameters. Words in [] are optional.)",
4048352e 11 " For example: $b/msg $C HELP UBM$b ",
b1bf690d 12 " shows help with the Un-Ban Me command. ",
13 "=---------------------------------------=",
1478fd13 14 " GENERAL - How to get and communicate with $C ",
4048352e 15 " USER - Commands to add and remove",
16 " bans, ops and managers from ",
17 " your channel.",
18 " CHANNEL - Other channel related info",
19 " like setting permanent modes",
20 " and topic.",
21 " INFORMATION - Informative commands.",
22 " OPER - Commands for IRC Operators.",
b1bf690d 23 "$b$b",
24 "Also see $b/MSG $N HELP$b for getting",
25 "and maintaining your user account."
d76ed9a9 26);
b1bf690d 27"USER" ("$bUserlist Management Commands:$b",
4048352e 28 " $bUSERS$b Show the channels userlist.",
29 " $bCLIST$b Show all COOWNERs of a channel.",
30 " $bMLIST$b Show all MANAGERs of a channel.",
31 " $bOLIST$b Show all OPs of a channel.",
55342ce8 32 " $bHLIST$b Show all HALFOPs of a channel.",
4048352e 33 " $bPLIST$b Show all PEONs of a channel.",
95a73185 34 " $bLAMERS$b Show all LAMERs of a channel.",
4048352e 35 " $bACCESS$b Check someone's access level in a channel.",
36 " $bCLVL$b Change a person's access level in a channel.",
37 " $bUSET$b Set a channel user's options (autos, info).",
38 " $bSEEN$b Find out the last time a user was in a channel.",
39 "$b$b",
40 " $bADDPEON$b Add a user as a PEON in a channel.",
55342ce8 41 " $bADDHOP$b Add a user as an HALFOP in a channel.",
4048352e 42 " $bADDOP$b Add a user as an OP in a channel.",
43 " $bADDMANAGER$b Add a user as a MANAGER in a channel.",
44 " $bADDCOOWNER$b Add a user as COOWNER in a channel.",
45 " $bADDUSER$b A more advanced way to add users.",
c8273589 46 " $bADDLAMER$b Add a lamer to the lamers (keep out) list.",
47 " $bADDTIMEDLAMER$b Add a lamer to the lamers list that expires in the specified time.",
4048352e 48 "$b$b",
49 " $bDELUSER$b Delete a user from the userlist.",
50 " $bMDELCOOWNER$b Mass-delete coowners with accounts matching a mask.",
51 " $bMDELMANAGER$b Mass-delete managers with accounts matching a mask.",
52 " $bMDELOP$b Mass-delete ops with accounts matching a mask.",
55342ce8 53 " $bMDELHOP$b Mass-delete halfops with accounts matching a mask.",
4048352e 54 " $bMDELPEON$b Mass-delete peons with accounts matching a mask.",
c8273589 55 " $bDELLAMER$b Remove the specified lamer from the lamer list.",
4048352e 56 " $bWIPEINFO$b Remove a lower-ranked user's infoline.",
57 " $bTRIM$b Delete users who are inactive.",
58 " $bSUSPEND$b Suspend a user's access to a channel.",
59 " $bUNSUSPEND$b Restore a user's access to a channel.",
60 "$b$b",
61 " $bMYACCESS$b Show all channels where you have access.",
62 " $bDELETEME$b Delete YOURSELF from the userlist.",
b1bf690d 63 " $bGIVEOWNERSHIP$b Give away ownership to another user."
d76ed9a9 64);
4048352e 65
b1bf690d 66"CHANNEL" ("$bChannel Commands:$b",
4048352e 67 " $bSET$b Change various channel settings.",
68 " $bTOPIC$b Set the current topic, or reset it to the default topic.",
69 " $bMODE$b Change a channel mode.",
70 " $bOPEN$b Remove +ilk channel modes and any bans on you from a channel.",
71 "*$bNOTE$b Set a note on a channel.",
72 "*$bDELNOTE$b Remove a note from a channel.",
73 "$b$b",
74 " $bUP$b Give you ops in a channel.",
75 " $bDOWN$b Remove your ops in a channel.",
76 " $bUPALL$b Give you ops in all channels you have access to.",
77 " $bDOWNALL$b Remove your ops in all channels.",
78 " $bOP$b Give ops to the specified user.",
79 " $bDEOP$b Remove ops from the specified user.",
55342ce8 80 " $bHOP$b Give halfops to the specified user.",
81 " $bDEHOP$b Remove halfops from the specified user.",
4048352e 82 " $bVOICE$b Give voice to the specified user.",
83 " $bDEVOICE$b Remove voice from the specified user.",
e3b2f789 84 " $bRESYNC$b Synchronize (half)ops and voice with the channel userlist.",
4048352e 85 "$b$b",
86 " $bKICK$b Kick a user from a channel.",
87 " $bBAN$b Ban a user from a channel.",
88 " $bUNBAN$b Remove the specified ban from the channel.",
89 " $bKICKBAN$b Kick and ban a user from a channel.",
90 " $bUNBANME$b Remove a ban matching your hostmask from specified channel.",
91 " $bUNBANALL$b Remove all bans from a channel.",
92 " $bINVITE$b Admit a user to pass through +ib modes in your channel.",
93 "$b$b",
94 " $bINFO$b Show numerical information about the users in a channel.",
b1bf690d 95 " $bEVENTS$b View a list of events relevant to a channel."
d76ed9a9 96);
b1bf690d 97"INFORMATION" ("$bInformative Commands:$b",
240a3274 98 " $bMYACCESS$b Show all the channels you have access to.",
4048352e 99 " $bVERSION$b Check the current running version of $C.",
100 " $bNETINFO$b Check current network-wide information.",
101 " $bSTAFF$b Get a list of all the current staff.",
102 " $bIRCOPS$b Get a list of all the current IRC operators.",
103 " $bHELPERS$b Get a list of all the current support helpers.",
104 " $bPEEK$b Reveal information on a channel's modes, topic and ops.",
b1bf690d 105 " $bCOMMAND$b Display some information about a command."
d76ed9a9 106);
b1bf690d 107"OPER" ("$bHelper/IRC Operator commands:$b",
4048352e 108 " $bGOD$b Turn security override on/off.",
109 " $bOPCHAN$b Force $C to op itself in a channel.",
110 "$b$b",
111 " $bSEARCH$b Find registered channel matching criteria.",
112 " $bREGISTER$b Register a new channel with $C.",
113 " $bNOREGISTER$b Add a channel to the do-not-register list.",
114 " $bALLOWREGISTER$b Remove a channel from the do-not-register list.",
115 " $bUNREGISTER$b Remove $C from a registered channel.",
116 " $bMOVE$b Transition one channel's registration to a new channel name.",
117 " $bMERGE$b Merges a source and target channels' registration, ",
118 " users, bans, and other data into the target channel.",
119 " $bUNVISITED$b List all channels that have not been visited in specified duration.",
120 " $bEXPIRE$b Automatically unregister old channels.",
121 "$b$b",
122 " $bADDOWNER$b Add a new owner to a channel.",
123 " $bDELOWNER$b Remove a current owner from a channel.",
124 " $bMDELOWNER$b Remove multiple owners by account mask from a channel.",
125 " $bCSUSPEND$b Remove $C from a channel (preserving user data).",
126 " $bCUNSUSPEND$b Restore $C to a channel that was suspended.",
127 "$b$b",
128 " $bCREATENOTE$b Create a new note type.",
129 " $bREMOVENOTE$b Remove an existing note type.",
130 "*$bSAY$b Have $C say a message in a channel.",
b1bf690d 131 "*$bEMOTE$b Equivalent to $C doing a /me in a channel."
d76ed9a9 132);
4048352e 133
b1bf690d 134"GENERAL" (
1478fd13 135 "$b-$N Accounts$b-",
136 " Before using $C or being added to ",
137 " channel userlists, you and your users ",
138 " must register an account with $b$N$b. ",
139 " $b/MSG $N help$b to learn how. ",
cad0ab4b 140 "$b$b",
1478fd13 141 "$b-Talking to $C-$b",
4048352e 142 " $C uses a standard interface for each ",
143 " command in its command list. Commands ",
144 " can be issued either in /MSG format or ",
145 " in a channel which $C is in. These two ",
146 " ways are demonstrated below:",
147 " $b/MSG $C OP #chatzone Locke$b",
317ffe36 148 " $b,OP #chatzone locke$b",
4048352e 149 "$b$b",
150 " If a command is given in a channel, and ",
151 " the channel parameter is not given, the ",
152 " channel that the command was issued in ",
153 " will be used:",
317ffe36 154 " $b,OP locke$b",
4048352e 155 "$b$b",
317ffe36 156 " Some commands, such as $bNETINFO$b ",
4048352e 157 " don't require a channel. If one is ",
158 " supplied it will be ignored.",
159 "$b$b",
4048352e 160 " If a command takes additional parameters",
161 " asside from channel, they will be ",
162 " expected as well. ",
163 " See $b/msg $C HELP <COMMAND>$b for the ",
164 " exact syntax of each command. ",
b1bf690d 165 "=---------- For more info see: ---------=",
317ffe36 166 " http://www.afternet.org/support ",
167 " http://x2serv.sf.net/x3help.php "
d76ed9a9 168);
4048352e 169
b1bf690d 170"LOGIN" (
d0cb2fb6 171 " Please login using:",
172 " /MSG $N AUTH <account> <password>",
173 " or the shortcut:",
174 " /AUTH <account> <password>"
175 );
176
d76ed9a9 177"MYACCESS" ("/msg $S MYACCESS [<nick|*account>]",
178 "Lists channels where you have access and infolines in each.",
179 "Network staff may specify a nickname or *account to view the list for another user.",
180 "Your access level in the channel may be followed by a comma and one of the following characters:",
181 " s Your access in the channel has been suspended.",
182 " o AutoOp is active.",
183 " v AutoVoice is active.",
184 " i AutoInvite is active.",
185 "$uSee Also:$u access, users");
186"ACCESS" ("/msg $S ACCESS <#channel> [<nick|*account>]",
187 "Reports various pieces of information about a channel user, including channel and network access level, and the user's info line. If no nick or account is provided, $S returns your own information.",
188 "$uSee Also:$u myaccess, users");
c8273589 189"ADDLAMER" ("/msg $C ADDLAMER <#channel> <mask|nick> [Reason]",
190 "Adds a lamer to the channels lamer list, remaining in effect until removed with the DELLAMER command. ",
191 "Lamers are nick!user@host masks which $C watches for, and keeps out of your channel.",
192 "If it exactly matches an existing lamer already in the list, the reason will be updated. If the existing lamer was a timed lamer, it will be extended into a permanent lamer.",
95a73185 193 "$uSee Also:$u llist, dellamer, mdellamer");
d76ed9a9 194"ADDUSER" ("/msg $C ADDUSER <#channel> <nick|*account> <level>",
195 "This command adds someone to the channel user list with the specified access level. (You may only add users to levels less than your own.)",
4048352e 196 "The level may be one of $bpeon$b, $bop$b, $bmanager$b, $bcoowner$b, $bowner$b, or a number between 1 and 500. Only network staff may add level 500 users (owners).",
d76ed9a9 197 "$uSee Also:$u deluser, users");
317ffe36 198
199"ADDPEON" ("/msg $C ADDPEON <#channel> <nick|*account>",
200 "This command adds someone to the channel user list with PEON access level. (You may only add users to levels less than your own.)",
201 "$uSee Also:$u adduser, deluser, users");
202
4048352e 203"ADDOP" ("/msg $C ADDOP <#channel> <nick|*account>",
204 "This command adds someone to the channel user list with OP access level. (You may only add users to levels less than your own.)",
205 "$uSee Also:$u adduser, deluser, users");
317ffe36 206
55342ce8 207"ADDHOP" ("/msg $C ADDHOP <#channel> <nick|*account>",
208 "This command adds someone to the channel user list with HALFOP access level. (You may only add users to levels less than your own.)",
209 "$uSee Also:$u adduser, deluser, users");
317ffe36 210
211"ADDMANAGER" ("/msg $C ADDMANAGER <#channel> <nick|*account>",
212 "This command adds someone to the channel user list with MANAGER access level. (You may only add users to levels less than your own.)",
213 "$uSee Also:$u adduser, deluser, users");
214
215"ADDCOOWNER" ("/msg $C ADDCOOWNER <#channel> <nick|*account>",
216 "This command adds someone to the channel user list with COOWNER access level. (You may only add users to levels less than your own.)",
217 "$uSee Also:$u adduser, deluser, users");
218
c8273589 219"ADDTIMEDLAMER" ("/msg $C ADDTIMEDLAMER <#channel> <mask|nick> <Duration> [Reason]",
220 "Adds an automatically expiring lamer to the channel lamer list.",
95a73185 221 "This command behaves in the exact same fashion as $bADDLAMER$b with the exception that the lamers are automatically removed after the user-supplied duration. ",
c8273589 222 "If it exactly matches an existing lamer already in the list, the reason will be updated. If the existing lamer was a timed lamer, it will be extended. Timed lamers can be removed with the $bDELLAMER$b command, as with permanent lamers.",
223 "$uSee Also:$u addlamer, lamers, dellamer, durations");
d76ed9a9 224"ALLOWREGISTER" ("/msg $C ALLOWREGISTER <#channel|*Account>",
225 "Removes the named channel (or channel mask) from the do-not-register list.",
226 "$uSee Also:$u register, noregister, unregister");
227"BAN" ("/msg $C BAN <#channel> <mask|nick>",
228 "This command will temporarily add a ban for the user specified as the parameter. Masks are to be supplied in the format <Nick>!<Ident>@<Host> and usually contain wildcards. If a nick is specified, a mask is automatically generated (though not completely foolproof). This ban is removed either by removing it from the channel ban list using any irc client, or sending the UNBAN or UNBANALL commands. If you are banned with this method, the UNBANME command can be used.",
d8cf9c21 229 "$uFor assistance, please join #Help$u",
230 "Example: *!*serv@*.afternet.org would ban anyone with ident 'serv' and an afternet.org hostname from joining the channel.",
d76ed9a9 231 "$uSee Also:$u unban, unbanall, unbanme");
c8273589 232"LAMERS" ("/msg $C LAMERS <#channel> [mask]",
233 "This command lists all permanent and timed lamers in the channel matching an optional mask.",
234 "Lamers are nick!user@host masks which $C watches for, and keeps out of your channel.",
235 "$uSee Also:$u addlamer, dellamer, addtimedlamer");
d8cf9c21 236"CALC" ("/msg $C CALC <expression>",
237 "CALC calculates a mathematical expression, and returns the answer. It",
238 "supports +, -, *, /, ^, and () and many other math operations, such as",
239 "sqrt[], tan[], etc.",
240 "For example: CALC sqrt [5 + .43 * (tan[75])] / 2",
241 "If you do not have access in the channel, the answer may be reported",
242 "to you privately (via MSG or NOTICE) instead of in the channel.",
d8cf9c21 243 "$uSee Also:$u dice, 8ball");
240a3274 244"8BALL" ("/msg $C 8BALL [yes no question|what color is..|how many..|where is..]?",
245 "8BALL answers yes or no questions, color queistions, numerical questions, and location questions.",
246 "If you do not have access in the channel, the answer may be reported to you privately instead of in the channel.",
247 "$uSee Also:$u dice, calc");
d76ed9a9 248"CLIST" ("/msg $C CLIST <#channel> [mask]",
249 "This command lists all users of level $bCoowner$b on a channel's userlist. If a mask is supplied, only coowners matching the mask will be shown.",
250 "$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
251"CLVL" ("/msg $C CLVL <#channel> <nick|*account> <level>",
252 "Modifies a channel user's access level. You cannot give users access greater than or equal to your own.",
253 "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
254 "$uSee Also:$u access, users, giveownership");
255"CREATENOTE" ("/msg $S CREATENOTE <typename> <set-access> [access-arg] <view-access> <max-length>",
256 "Defines a new note type. $btypename$b is the name of the note type. $bset-access$b is one of:",
257 " $bPRIVILEGED$b with required $baccess-arg$b being the minimum OpServ level to set",
258 " $bCHANNEL $b with required $baccess-arg$b being the channel access level to set",
259 " $bSETTER $b (with no access-arg) to allow anyone who can !set to set",
260 "$bview-access$b is one of $bPRIVILEGED$b, $bCHANNEL_USERS$b, or $bALL$b, that determines who can see the note (if it is set).",
261 "$bmax-length$b is the maximum length for this kind of note.",
262 "If the note type already exists, it is modified with the new values you specify.",
263 "$uSee Also:$u removenote");
264"GIVEOWNERSHIP" ("/msg $C GIVEOWNERSHIP <#channel> <nick|*account>",
265 "Transfer ownership of the channel from you to another user on the channel's userlist. You are demoted to co-owner, and he or she is promoted to owner.",
266 "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
267 "$uSee Also:$u clvl, access, users");
268"CSUSPEND" ("/msg $C CSUSPEND <#channel> [!]<duration> <reason>",
269 "This command will temporarily remove $b$C$b from a channel and suspend its registration.",
270 "The duration may be \"0\" to make it never expire; otherwise, $C will automatically unsuspend the channel after $uduration$u.",
271 "If you wish to modify a currently existing suspension, add a ! before the duration.",
272 "$uSee Also:$u unregister, cunsuspend, durations");
273"CUNSUSPEND" ("/msg $C CUNSUSPEND <#channel>",
274 "Restores a channel's $b$C$b registration.",
275 "$uSee Also:$u csuspend, unregister");
c8273589 276"DELLAMER" ("/msg $C DELLAMER <#channel> <mask|nick>",
277 "Deletes a lamer from the channel lamer list. This command works for both permanent and timed lamers alike.",
278 "$uSee Also:$u addlamer, addtimedlamer, lamers");
d76ed9a9 279"DELNOTE" ("/msg $C DELNOTE <#channel> <note-name>",
280 "Deletes a note from the channel. To do this, you must be able to set the note.",
281 "$uSee Also:$u note, note types");
282"DELUSER" ("/msg $C DELUSER <#channel> <nick|*account>",
283 "Deletes a user from the channel user list.",
284 "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
285 "$uSee Also:$u adduser, deleteme, users");
286"DELETEME" ("/msg $C DELETEME <#channel> [<secret>]",
287 "If you have less than owner access in a channel, $bdeleteme$b removes your access from the channel. $bIf you do this by mistake, you must find a higher-ranked user to re-add you.$b",
288 "The secret value changes for each channel and each user. If you do not include the secret value, $C will tell you what it should be.",
289 "$uSee Also:$u adduser, deluser, giveownership, users");
290"DEOP" ("/msg $C DEOP <#channel> <nick> [nick]...",
291 "Deops the specified user[s].",
292 "$uSee Also:$u down, op");
55342ce8 293"DEHOP" ("/msg $C DEHOP <#channel> <nick> [nick]...",
294 "Dehalfops the specified user[s].",
295 "$uSee Also:$u down, hop");
d76ed9a9 296"DEVOICE" ("/msg $C DEVOICE <#channel> <nick> [nick]...",
297 "This command will make $C devoice the selected user[s].",
298 "$uSee Also:$u addpeon, delpeon, deop, voice");
299"DOWN" ("/msg $C DOWN <#channel>",
55342ce8 300 "This command will devoice/dehalfop/deop you in the selected channel.",
d76ed9a9 301 "$uSee Also:$u downall, up, upall");
302"DOWNALL" ("/msg $C DOWNALL",
303 "Executes the $bdown$b command for each channel you have access to.",
304 "$uSee Also:$u down, up, upall");
ca22ccd3 305"DURATIONS" (
306 "This is the syntax used for commands that require time durations. A time duration is made up of numbers and units. Multiple units may be used in a row.",
307 "The valid unit letters are:",
308 "$by$b - years (365 days)",
309 "$bM$b - months (30 days)",
310 "$bw$b - weeks (7 days)",
311 "$bd$b - days (24 hours)",
312 "$bh$b - hours (60 minutes)",
313 "$bm$b - minutes (60 seconds)",
314 "$bs$b - seconds",
315 "If the unit letter is not givin, seconds are assumed.",
316 "$b$b",
317 "$uExamples$u:",
318 "$b5d$b is 5 days.",
319 "$b1y2M$b is 1 year and 2 months (425 days.)",
320 "$b1d1h$b is 1 day and 1 hour (25 hours.)",
321 "$b1h25m30s$b is 1 hour, 25 minutes and 30 seconds."
322 );
d76ed9a9 323"EMOTE" ("/msg $C EMOTE <#channel> <text>",
324 "Makes $b$C$b send a CTCP ACTION message to the specified channel.",
325 "$uSee Also:$u say");
326"EVENTS" ("/msg $C EVENTS <#channel> [limit [pattern]]",
327 "Allows channel coowners to view a list of events related to their channel. If a pattern is provided, only events with a matching description will be displayed.",
30f7b947 328 "$bNote:$b You must specify a limit if you want to use a pattern to match against.");
d76ed9a9 329"EXPIRE" ("/msg $C EXPIRE",
330 "Expires any channels that have not been visited within the configured duration. Channel registrations are automatically expired, so you only need to use this command if the duration has been changed.",
331 "$uSee Also:$u unvisited");
332"HELPERS" ("/msg $C HELPERS",
333 "Lists all the helpers currently online. Nicknames enclosed in parentheses are away, and likely unavailable.",
334 "$uSee Also:$u staff");
55342ce8 335"HLIST" ("/msg $C HLIST <#channel> [mask]",
336 "This command lists all users of level $bHalfop$b on a channel's userlist. If a mask is supplied, only halfops matching the mask will be shown.",
337 "$uSee Also:$u addhop, delhop, mdelhop, users");
338"HOP" ("/msg $C HOP <#channel> <nick> [nick]...",
339 "This command makes $C halfop the specified user.",
340 "$uSee Also:$u addhop, delhop, dehop");
d76ed9a9 341"INFO" ("/msg $C INFO <#channel>",
342 "This command responds with various pieces of information about a channel's users, status, and registration.");
343"INVITE" ("/msg $C INVITE <#channel> [nick [reason]]",
4048352e 344 "Invites a user into the channel, sending them a reason if one is provided. However, unless you have at least $bmanager$b access, you can only invite yourself with this command. If no nick is provided, the user issuing the command will be invited.");
d76ed9a9 345"INVITEME" ("/msg $S INVITEME <#channel>",
346 "Invites you into the channel.");
347"IRCOPS" ("/msg $C IRCOPS",
348 "Lists all the IRC operators currently online. Nicknames enclosed in parentheses are away, and likely unavailable.",
349 "$uSee Also:$u staff");
350"KICK" ("/msg $C KICK <#channel> <mask|nick> [reason]",
351 "Kicks the users matching the given nick or mask with the specified reason. If no reason is provided, a default will be used.",
352 "$uSee Also:$u kickban");
353"KICKBAN" ("/msg $C KICKBAN <#channel> <mask|nick> [reason]",
354 "Kicks and bans with the specified reason any users with a matching nick or hostmask. If no reason is provided, a default one will be used.",
355 "$uSee Also:$u addban, kick");
356"MDELCOOWNER" ("/msg $C MDELCOOWNER <#channel> <pattern>",
357 "Deletes all coowners with accounts matching the given pattern from the channel user list.",
358 "$uSee Also:$u clist, delcoowner");
55342ce8 359"MDELHOP" ("/msg $C MDELHOP <#channel> <pattern>",
360 "Deletes all halfops with accounts matching the given pattern from the channel user list.");
4048352e 361"MDELMANAGER" ("/msg $C MDELMANAGER <#channel> <pattern>",
362 "Deletes all managers with accounts matching the given pattern from the channel user list.",
d76ed9a9 363 "$uSee Also:$u mdelban, mdelcoowner, mdelop, mdelowner, mdelpeon");
364"MDELOP" ("/msg $C MDELOP <#channel> <pattern>",
365 "Deletes all ops with accounts matching the given pattern from the channel user list.");
366"MDELOWNER" ("/msg $C MDELOWNER <#channel> <pattern>",
367 "Deletes all owners with accounts matching the given pattern from the channel user list.",
4048352e 368 "$uSee Also:$u addowner, mdelcoowner, mdelmanager, mdelop, mdelpeon");
d76ed9a9 369"MDELPEON" ("/msg $C MDELPEON <#channel> <pattern>",
370 "Deletes all peons with accounts matching the given pattern from the channel user list.",
4048352e 371 "$uSee Also:$u addpeon, mdelcoowner, mdelmanager, mdelop");
d76ed9a9 372"MERGE" ("/msg $C MERGE <#channel> <destination>",
95a73185 373 "Merges the source channel's registration, users, lamers, and other data into the target channel. Users with access to both the source and target channels will retain the higher access level; if the access levels are the same, the more recent seen time is kept. Lamers are also merged, with lamers expiring later taking precedence.",
d76ed9a9 374 "$uSee Also:$u register, move, unregister");
375"MLIST" ("/msg $C MLIST <#channel> [mask]",
4048352e 376 "This command lists all users of level $bManager$b on a channel's userlist. If a mask is supplied, only managers matching the mask will be shown.",
377 "$uSee Also:$u addmanager, delmanager, mdelmanager, users");
d76ed9a9 378"MODE" ("/msg $C MODE <#channel>",
379 "Resets the modes in the channel to their default.",
380 "$uSee Also:$u open, set");
381"MOVE" ("/msg $C MOVE <#channel> <destination>",
382 "Transfers a channel's registration to a different channel along with the settings and user/ban lists. All the restrictions that apply for the $bregister$b command apply to $bmove$b.",
383 "$uSee Also:$u register, merge, unregister");
384"NETINFO" ("/msg $C NETINFO",
385 "Displays some assorted pieces of information about network-wide $b$C$b statistics.",
386 "$uSee Also:$u info, staff");
387"NOREGISTER" ("/msg $C NOREGISTER <#channel|*Account> <reason>",
388 "With no arguments, lists the current do-not-register channels.",
389 "With arguments, adds a do-not-register channel (or account) with the specified reason. In this case, the channel name may include * or ? wildcards.",
390 "$uSee Also:$u allowregister, register, unregister");
391"NOTE" ("/msg $C NOTE <#channel> [<type> [new-note-text]]",
392 "With no arguments, lists all visible notes on the specified channel.",
393 "With one argument, lists the note type you name (if it is visible to you).",
394 "With two arguments, sets the note type (if you can set it).",
395 "$uSee Also:$u delnote, note types");
396"NOTE TYPES" ("$bNOTE TYPES$b",
397 "${notes}",
398 "$uSee Also:$u note, delnote");
399"OLIST" ("/msg $C OLIST <#channel> [mask]",
400 "This command lists all users of level $bOp$b on a channel's userlist. If a mask is supplied, only ops matching the mask will be shown.",
317ffe36 401 "$uSee Also:$u addop, deluser, mdelop, users");
d76ed9a9 402"OP" ("/msg $C OP <#channel> <nick> [nick]...",
403 "This command makes $C op the specified user.",
317ffe36 404 "$uSee Also:$u addop, deluser, deop");
d76ed9a9 405"OPCHAN" ("/msg $C OPCHAN <#channel>",
406 "This command makes $C op itself in the specified channel.");
407"OPEN" ("/msg $C OPEN <#channel>",
408 "This command will make $C remove all modes preventing a user from the specified channel, and remove all bans matching the users hostmask.",
409 "$uSee Also:$u unbanme");
410"PEEK" ("/msg $C PEEK <#channel>",
411 "Displays the current topic, modes, and ops of the specified channel. Unlike $binfo$b, $bpeek$b displays channel information unrelated to $b$C$b.",
412 "$uSee Also:$u info");
413"PLIST" ("/msg $C PLIST <#channel>",
414 "This command lists all users of level $bPeon$b on a channel's userlist. If a mask is supplied, only peons matching the mask will be shown.",
415 "$uSee Also:$u addpeon, delpeon, mdelpeon, users");
f8f30e75 416
417"REGISTER" (
418 "/msg $C REGISTER <#channel>",
419 "Registers a channel to you with $b$C$b. X3 will protect your channel, preserve your ownership of the channel, and provide handy features such as userlists and stats.",
420 "If the channel exists, you must have ops (+o) and there is a limit to the number of channels you may have at once.",
421 "Network staff see /MSG $C HELP STAFF REGISTER",
422 "$uSee Also:$u unregister, giveownership");
423
424"STAFF REGISTER" (
425 "/msg $C REGISTER <#channel> [user|*account] [force]",
426 "Registers a channel to the givin user with $b$C$b.",
427 "If staff provides the third argument, $bforce$b, it will allow the registration even if it is a do-not-register channel or ther register limit will be exceded.",
428 "$uSee Also:$u addowner, noregister, register, unregister");
429
d76ed9a9 430"REMOVENOTE" ("/msg $S REMOVENOTE <typename> [FORCE]",
431 "Permanently deletes a note type. Without the argument $bFORCE$b, it will only delete an unused note type. With the argument $bFORCE$b, it will delete the note from all channels and then delete the note type.",
432 "$uSee Also:$u createnote");
e3b2f789 433
d76ed9a9 434"RESYNC" ("/msg $S RESYNC <#channel>",
e3b2f789 435 "Synchronizes users in the channel with the userlist, according to the SET AUTOMODE setting.",
436 "It will give and take ops, halfops, and voice modes to users to make the channel match the userlist and automode setting.",
437 "$uSee Also:$u set automode, up, op, hop, voice");
438
d76ed9a9 439"SAY" ("/msg $C SAY <#channel> <text>",
440 "Makes $b$C$b send a message to the specified channel.",
441 "$uSee Also:$u emote");
442"SEARCH CRITERIA" ("$bSEARCH CRITERIA$b",
443 "The following criteria may be used:",
444 " NAME Channels whose names match the given mask",
445 " REGISTRAR Channels whose registrar's account matches the given mask",
446 " UNVISITED Channels that have not been visited in at least the given duration",
447 " REGISTERED Channels that have been registered for less than the given duration",
448 " FLAGS Matches channels with the specified flag set",
449 " LIMIT Limit the number of channels returned by the search",
450 "Flags that can be matched against are: nodelete and suspended.",
451 "$uSee Also:$u search, search actions");
452"SEARCH ACTIONS" ("$bSEARCH ACTIONS$b",
453 "The following are valid $bsearch$b actions:",
454 " PRINT Prints matching channels",
455 " COUNT Prints the number of matching channels",
456 "$uSee Also:$u search, search criteria");
457"SEARCH" ("/msg $C SEARCH <action> <criteria> <value> [<criteria> <value>]...",
458 "Searches for channels which match the specified criteria. For a list of search actions, see $bsearch actions$b. For a list of the criteria, see $bsearch criteria$b.",
459 "$uSee Also:$u search actions, search criteria");
460"SEEN" ("/msg $C SEEN <#channel> <account>",
461 "This command will tell you if the selected user is in the channel, or when was the last time the user was seen in the channel.",
462 "$uSee Also:$u access, users");
463"SET" ("/msg $C SET <#channel> [<parameter> [setting]]",
464 "This command will set various channel options. With no arguments, it will show the current values of all channel options.",
465 "DEFAULTTOPIC: The channel's default topic.",
466 "TOPICMASK: A pattern that topics must match.",
467 "GREETING: A greeting message for visitors to the channel.",
468 "USERGREETING: A greeting message for users on the channel's userlist.",
469 "MODES: The channel's default modes.",
470 "PUBCMD: Restrictions to use commands in public.",
471 "INVITEME: Minimum level for users to use INVITEME or AUTOINVITE.",
472 "USERINFO: Minimum level for users to show an infoline on join.",
88c7cb10 473 "ENFOPS: Who can op users.",
474 "ENFHALFOPS: Who can half-op users.",
475 "ENFMODES: Who can change the channel modes.",
476 "ENFTOPIC: Who can chang the topic.",
b75e24a3 477 "TOPICSNARF: Manual topics changes (by /TOPIC) from users this level and above will change the default $b$C$b topic.",
d76ed9a9 478 "SETTERS: Who may change channel settings (using $bSET$b).",
88c7cb10 479 "CTCPREACTION: What happens when a CTCP is sent to the channel.",
4b6129c0 480 "AUTOMODE: Who should be auto-voice/hop/oped in the channel.",
42ab13d2 481 "BANTIMEOUT: Removes old bans.",
d76ed9a9 482 "PROTECT: The protection level $b$C$b provides.",
483 "TOYS: Toggles how $b$C$b will respond to toy commands (!8ball etc).",
484 "TOPICREFRESH: Controls if (and how often) $b$C$b will reset the topic.",
485 "DYNLIMIT: Adjusts user limit (+l channel mode) to prevent join floods.",
486 "$bIRCOP ONLY$b:",
487 "NODELETE: Prevents channel deletion.",
488 "If you wish to reset your channel to the default settings, you can use the $bSET DEFAULTS$b command.",
317ffe36 489 "$uSee Also:$u set pubcmd, set enfops, set enfhalfops, set enfmodes, set enftopic, set protect, set toys, set setters, set topicrefresh, set ctcpreaction, set defaults");
4b6129c0 490
d76ed9a9 491"SET DEFAULTTOPIC" ("/msg $C SET <#channel> DEFAULTTOPIC <New default topic>",
492 "This changes the default topic for the channel. $C will set the IRC topic to this value when the $btopic$b command is used with no arguments, when the topic refresh happens (if you have $bset topicrefresh$b), or when an unauthorized user changes the topic to something else.",
493 "$uSee Also:$u set, set topicrefresh, set enftopic, set topicmask");
4b6129c0 494
d76ed9a9 495"SET TOPICMASK" ("/msg $C SET <#channel> TOPICMASK <Topic mask with * and ?>",
b75e24a3 496 "This sets a pattern that $C forces all topics to match. A $b*$b will match any number of characters (including 0); a $b?$b will match any single character -- the same as with IRC hostmasks.",
497 "For example, $b!set topicmask Hello *$b allows the topic to be set to $bHello world$b, but not $bGoodbye world$b.",
d76ed9a9 498 "You may \"escape\" those characters by putting a \\ before them in the topic mask; for example, $b!set topicmask Whassup\\?$b would only allow the topic to be $bWhassup?$b, while leaving out the \\ would allow the topic to be $bWhassup!$b (among other things).",
b75e24a3 499 "If the TopicMask has only one * and no ?, then using:",
500 " $btopic something$b",
501 "will replace the * with the text $bsomething$b.",
d76ed9a9 502 "$uSee Also:$u set, set topic, set enftopic");
4b6129c0 503
d76ed9a9 504"SET TOYS" ("/msg $C SET <#channel> TOYS <value>",
b75e24a3 505 "This setting changes how $C will respond to commands like 8ball, or whether it responds at all. Valid settings are:",
d76ed9a9 506 "$b0$b Toys are completely disabled.",
507 "$b1$b Toys will only reply privately.",
508 "$b2$b Toys will reply publicly.",
509 "$uSee Also:$u set");
4b6129c0 510
d76ed9a9 511"SET PUBCMD" ("/msg $C SET <#channel> PUBCMD <value>",
512 "This setting restricts the access necessary to use in-channel commands. It is a numeric user level, or 501 to mean no one may use public commands.",
513 "$uSee Also:$u set");
4b6129c0 514
d76ed9a9 515"SET ENFOPS" ("/msg $C SET <#channel> ENFOPS <value>",
516 "This setting restricts who may op users who are not at least ops on the userlist. If $C sees someone with access below the specified access op someone not on the userlist (or who is a peon), it will deop the second user. It is a numeric user level, or 501 to mean no one may op unrecognized users.",
517 "$uSee Also:$u set");
4b6129c0 518
55342ce8 519"SET ENFHALFOPS" ("/msg $C SET <#channel> ENFHALFOPS <value>",
520 "This setting restricts who may halfop users who are not at least halfops on the userlist. If $C sees someone with access below the specified access halfop someone not on the userlist (or who is a peon), it will dehalfop the second user. It is a numeric user level, or 501 to mean no one may op unrecognized users.",
521 "$uSee Also:$u set");
4b6129c0 522
d76ed9a9 523"SET ENFMODES" ("/msg $C SET <#channel> ENFMODES <value>",
524 "This setting restricts the minimum access someone must have to change the channel modes from what is specified in the channel settings. It is a numeric user level, or 501 to mean no one may override the default modes.",
525 "$uSee Also:$u set");
4b6129c0 526
d76ed9a9 527"SET ENFTOPIC" ("/msg $C SET <#channel> ENFTOPIC <value>",
528 "This setting restricts the minimum access someone must have to change the channel topic. It is a numeric user level, or 501 to mean no one may override the default topic.",
529 "If a topic mask is set, then a person may change the topic as long as it matches that mask $bor$b they have the above access.",
530 "If no topic mask is set, then a person must have the above access to change the topic from the default.",
531 "$uSee Also:$u set, set topic, set topicmask");
4b6129c0 532
533"SET AUTOMODE" ("/msg $C SET <#channel> AUTOMODE <value>",
e3b2f789 534 "This setting configures who $C gives different channel modes to on join or RESYNC. ",
535 "Valid settings are:",
536 " $b0$b Noone will be automatically oped, half-oped, or voiced.",
537 " $b1$b Give voice to peons, half-op to halfops, and op to ops.",
538 " $b2$b #1 Plus Give voice to everyone.",
539 " $b3$b #1 Plus give halfops to everyone.",
540 " $b4$b #1 Plus give ops to everyone (not advised.)",
541 " $b5$b Give half-op to halfops, and op to ops only, but peons do not get voice. ",
542 "$uSee Also:$u set, up, uset autoop, resync");
4b6129c0 543
42ab13d2 544"SET BANTIMEOUT" ("/msg $C SET <#channel> BANTIMEOUT <value>",
545 "This setting configures $C to automatically remove bans older than the set age. It is useful for avoiding buildup of old bans, eventually running out of ban slots.",
546 "Valid settings are:",
547 " $b0$b Does not remove bans",
548 " $b1$b Bans will be removed after 10 minutes",
549 " $b2$b Bans will be removed after 2 hours",
550 " $b3$b Bans will be removed after 4 hours",
551 " $b4$b Bans will be removed after 24 hours",
552 " $b5$b Bans will be removed after 1 week",
00bce4cd 553 "It should be noted that this setting expires channel bans (mode +b) NOT perminantly banned \"LAMERs\", although it will expire the individual host-bans $C sets on those who match LAMER entries.",
42ab13d2 554 "$uSee Also:$u unban, addlamer, addtimedlamer");
555
d76ed9a9 556"SET PROTECT" ("/msg $C SET <#channel> PROTECT <value>",
557 "This setting restricts the protection that $C enforces. Valid settings are:",
558 "$b0$b Non-users and users will be protected from those of equal or lower access",
559 "$b1$b Users will be protected from those of equal or lower access.",
560 "$b2$b Users will be protected from those of lower access.",
561 "$b3$b No users will be protected.",
562 "$uSee Also:$u set");
4b6129c0 563
d76ed9a9 564"SET SETTERS" ("/msg $C SET <#channel> SETTERS <value>",
565 "Users with at least this user level can use the $bset$b command for $C.",
566 "$uSee Also:$u set");
4b6129c0 567
d76ed9a9 568"SET TOPICREFRESH" ("/msg $C SET <#channel> TOPICREFRESH <value>",
569 "This setting controls if (and how often) $C refreshes the topic to the default value. Valid settings are:",
570 "$b0$b Never refresh topic.",
571 "$b1$b Refresh every 3 hours.",
572 "$b2$b Refresh every 6 hours.",
573 "$b3$b Refresh every 12 hours.",
574 "$b4$b Refresh every 24 hours.",
575 "$uSee Also:$u set, set topic");
4b6129c0 576
d76ed9a9 577"SET CTCPREACTION" ("/msg $C SET <#channel> CTCPREACTION <value>",
578 "This setting controls what happens to those who send disallowed CTCPs to the channel:",
88c7cb10 579 "$b0$b CTCPs are allowed. Do nothing.",
580 "$b1$b Kick on disallowed CTCPs.",
581 "$b2$b Kickban on disallowed CTCPs.",
582 "$b3$b Short timed ban (defaults to 3 minutes) on disallowed CTCPs.",
583 "$b4$b Long timed ban (defaults to 1 hour) on disallowed CTCPs.",
317ffe36 584 "$uSee Also:$u set");
4b6129c0 585
d76ed9a9 586"SET DEFAULTS" ("/msg $C SET <#channel> DEFAULTS [<confirmation>]",
587 "With the proper confirmation string, resets all the options for the channel to their default values.",
588 "With no confirmation string, displays the appropriate confirmation string.",
589 "$uSee Also:$u set");
4b6129c0 590
d76ed9a9 591"STAFF" ("/msg $C STAFF",
592 "Lists all the IRC operators and helpers currently online. Nicknames enclosed in parentheses are away, and likely unavailable.",
593 "$uSee Also:$u helpers, ircops, netinfo");
4b6129c0 594
b10abdb2 595"SUSPEND" ("/msg $C SUSPEND <#channel> <nick|*account> <duration>",
d76ed9a9 596 "This disables the target's access to the channel. That access can be restored using the unsuspend command.",
b10abdb2 597 "The duration may be \"0\" to make it never expire; otherwise, $C will automatically unsuspend the user after the duration",
598 "$uSee Also:$u durations, unsuspend, deluser");
4b6129c0 599
d76ed9a9 600"TOPIC" ("/msg $C TOPIC <#channel> [topic]",
601 "Sets the current topic for the specified channel. If no topic is specified, then set the current topic to the default topic.");
4b6129c0 602
2f61d1d7 603"TRIM" ("/msg $C TRIM <#channel> <target> <duration> [vacation]",
95a73185 604 "The trim command removes target objects inactive for more than a certain duration from a channel. The target must be a channel access level, a range of access levels (for example, \"300-399\"), \"users\" or \"lamers\". The duration argument specifies the amount of time the target has been inactive for to be removed.",
2f61d1d7 605 "If the vacation argument is given for the users target, users who are on vacation will be trimmed. By default they are skipped.",
d76ed9a9 606 "$uSee Also:$u durations");
4b6129c0 607
d76ed9a9 608"UNBAN" ("/msg $C UNBAN <#channel> <mask|nick>",
609 "Unbans the specified nick or hostmask. If a nick is given, $b$C$b determines what hostmask(s) to unban.",
610 "$uSee Also:$u ban, kick, kickban");
4b6129c0 611
d76ed9a9 612"UNBANALL" ("/msg $C UNBANALL <#channel>",
613 "Clears the specified channel's banlist. If the channel is omitted, then $bunbanall$b will be done in the channel where the command was given.",
614 "$uSee Also:$u ban, unban, unbanme");
615"UNBANME" ("/msg $C UNBANME <#channel>",
616 "Unbans your hostmask from the specified channel.",
617 "$uSee Also:$u ban, unban");
618"UNREGISTER" ("/msg $C UNREGISTER <#channel> [<confirmation>]",
619 "Unregisters a channel that is registered with $b$C$b. $bIMPORTANT$b: Once the channel is unregistered, the userlist $bcannot$b be recovered.",
620 "If you are not network staff, you must add a confimation string to the end of your line to confirm the unregistration. If you leave it out, $C will show the proper confirmation string.",
621 "$uSee Also:$u register");
622"UNSUSPEND" ("/msg $C UNSUSPEND <#channel> <nick|*account>",
623 "This restores the target's access to the channel (after it has been suspended).",
624 "$uSee Also:$u suspend, deluser");
625"UNVISITED" ("/msg $C UNVISITED [duration] [limit]",
626 "Displays up to a certain limit, all channels registered with $b$C$b that have not been visited within a certain duration. If a duration is not provided, a default will be used.",
627 "$uSee Also:$u expire, search, durations");
628"UP" ("/msg $C UP <#channel>",
b75e24a3 629 "Grants you your normal channel privileges. Ops for OPs, HalfOps for HALFOPs, and Voice for PEONs.");
d76ed9a9 630"UPALL" ("/msg $C UPALL",
631 "Executes the $bup$b command for each channel you have access in.",
632 "$uSee Also:$u up, down, downall");
633"USET" ("/msg $C USET <#channel> [<option> [<setting>]]",
634 "The $buset$b command allows you to toggle various channel user settings. With no arguments, it will print the current values of all channel user options.",
635 "$bOptions:$b",
636 "INFO: Sets the infoline that $C sends when you join the channel.",
c8ca69a0 637 "AUTOOP: Enable or disable $C automatically opping you upon joining or authenticating.",
d76ed9a9 638 "AUTOINVITE: $C will invite you to this channel if you have access to and are not in when you authenticate if this setting is on.",
d76ed9a9 639 "$uSee Also:$u set");
640"USET INFO" ("/msg $C USET <#channel> INFO <info>",
180e0971 641 "This command will set a user defined information message to be displayed when you join the channel. Set to '*' to clear the message.",
642 "Note: to keep from being annoying, your info message only shows when you have been offline for more than a few minutes.",
d76ed9a9 643 "$uSee Also:$u access");
644"USERS" ("/msg $C USERS <#channel> [mask]",
645 "Displays the userlist for the specified channel. If a mask is supplied, only users matching the mask will be shown.",
646 "$uSee Also:$u clist, mlist, olist, plist, wlist");
647"VOICE" ("/msg $C VOICE <#channel> <nick> [nick]...",
648 "Voices the specified nick in the specified channel. If the channel is omitted, then $bvoice$b will be done in the channel where the command was given.",
649 "$uSee Also:$u devoice");
650"WIPEINFO" ("/msg $C WIPEINFO <#channel> <nick|*account>",
651 "Removes the named user's infoline in the channel.");
652"WLIST" ("/msg $C WLIST <#channel> [mask]",
653 "This command lists all users of level $bOwner$b on a channel's userlist. If a mask is supplied, only owners matching the mask will be shown.",
654 "$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
655
4048352e 656"ME" "I am at your service. /msg $C help command, or /join #help ";
317ffe36 657
ceafd592 658"thanks" ("AfterNET's own X3 is based on the hard work of the origional srvx developers. They would like to thank the following people for their help in making the origional srvx:",
4048352e 659 " $bGameSurge IRC Network$b - All the users and staff there bear with our shortcomings and bugs and let us know what needs to be fixed.",
660 " $bIC5 Networks$b (and JohnM in particular) - Never afraid to critique things, even if we are the 800 pound gorilla.",
661 " $bMeeko, eraser, hock(ey), KilledInAction, MadEwokHerd, Milon and Shoat$b - Hardcore beta testing and bug finding on the testnet.",
662 " $bCrips and feigling$b - Reading through all the boring messages and finding ways to make them clearer.",
ceafd592 663 "Futher, the X3 team would like to thank:",
4048352e 664 " $breed$b - who tirelessly nagged us to upgrade our services",
665 "$bAfterNET Users and Opers$b - who faught both for and against the change, for the better of Afternet.");