]> jfr.im git - irc/evilnet/x3.git/blame - src/nickserv.help
Fixing oregister (rewrite)
[irc/evilnet/x3.git] / src / nickserv.help
CommitLineData
d76ed9a9 1"<INDEX>" {
2 "/services/nickserv/disable_nicks" {
3 "/services/nickserv/email_enabled" (
1478fd13 4 " $b$N$b is the login bot. It provides ",
5 " accounts for use on the network. ",
6 " $N is how you 'log in' to get access ",
7 " in channels registered with $C, and ",
8 " its how ircops are known to $O and $G.",
9 " To get an account: ",
10 " $b/msg $N HELP REGISTER$b ",
11 " To login to your account: ",
12 " $b/msg $N@$s AUTH accountname password$b",
d2dce5ac 13 " $b$b",
1478fd13 14 " Read more about $N in the help system:",
15 " To read help, type:",
16 " $b/msg $N HELP <$bsubject$b>$b ",
1d957482 17 " (In help, words in <> represent required",
7cbbd86a 18 " parameters. Words in [] are optional.)",
1478fd13 19 " For example: $b/msg $N HELP REGISTER$b",
20 " shows help with the command create an ",
21 " account. ",
b1bf690d 22 " $b$b",
d2dce5ac 23 " $b$N$b help categories:",
24 " $bACCOUNT$b Account management.",
180e0971 25 " $bEMAIL$b Email based commands",
26 " such as recovering forgotten",
27 " passwords.",
5177fd21 28 " $bIGNORE$b Ignore list management.",
180e0971 29 " $bINFORMATION$b Informational functions.",
30 " $bOPER$b Commands for IRC Operators.",
d2dce5ac 31 "$b$b",
32 " $b$N is $uNOT$u a NickServ$b! ",
1478fd13 33 " We do not 'own' nicks here. ",
d2dce5ac 34 " see $b/msg $N HELP NOT NICKSERV$b ",
b1bf690d 35 " for details "
d76ed9a9 36 );
37 "!/services/nickserv/email_enabled" (
1478fd13 38 " $b$N$b is the login bot. It provides ",
39 " accounts for use on the network. ",
40 " $N is how you 'log in' to get access ",
41 " in channels registered with $C, and ",
42 " its how ircops are known to $O and $G.",
43 " To get an account: ",
44 " $b/msg $N HELP REGISTER$b ",
45 " To login to your account: ",
46 " $b/msg $N@$s AUTH accountname password$b",
47 " $b$b",
48 " Read more about $N in the help system:",
49 " To read help, type:",
50 " $b/msg $N HELP <$bsubject$b>$b ",
51 " (In help, words in <> represent required",
52 " parameters. Words in [] are optional.)",
53 " For example: $b/msg $N HELP REGISTER$b",
54 " shows help with the command create an ",
55 " account. ",
d2dce5ac 56 " $b$b",
57 " $b$N$b help categories:",
58 " $bACCOUNT$b Account management.",
180e0971 59 " $bINFORMATION$b Informational functions.",
5177fd21 60 " $bIGNORE$b Ignore list management.",
180e0971 61 " $bOPER$b Commands for IRC Operators.",
d2dce5ac 62 "$b$b",
63 " $b$N is $uNOT$u a NickServ$b! ",
1478fd13 64 " We do not 'own' nicks here. ",
d2dce5ac 65 " see $b/msg $N HELP NOT NICKSERV$b ",
b1bf690d 66 " for details "
d76ed9a9 67 );
68 };
69 "!/services/nickserv/disable_nicks" {
70 "/services/nickserv/email_enabled" (
71 "$b$N Help$b",
72 "$b$N$b is a nickname and authentication service, intended to serve as a central authentication point for all other network services. $b$C$b, $b$O$b, and $b$G$b all depend on $b$N$b to verify that users are valid. It also manages nickname ownership.",
73 "$b$N$b command categories:",
d2dce5ac 74 " ACCOUNT Account management.",
75 " NICK Nick management.",
76 " EMAIL Email maintenance commands.",
77 " INFORMATION Other functions.",
b1bf690d 78 " OPER $N commands for IRC Operators."
d76ed9a9 79 );
80 "!/services/nickserv/email_enabled" (
81 "$b$N Help$b",
82 "$b$N$b is a nickname and authentication service, intended to serve as a central authentication point for all other network services. $b$C$b, $b$O$b, and $b$G$b all depend on $b$N$b to verify that users are valid. It also manages nickname ownership.",
83 "$b$N$b command categories:",
d2dce5ac 84 " ACCOUNT Account management.",
85 " NICK Nick management.",
86 " INFORMATION Other functions.",
b1bf690d 87 " OPER $N commands for IRC Operators."
d76ed9a9 88 );
89 };
90};
91
92"HANDLE" ("The term $uhandle$u from earlier versions was confusing to many new users. Therefore, it has been changed to $uaccount$u.");
93
94"ACCOUNT" {
95 "/services/nickserv/enable_ghost" (
d2dce5ac 96 " Accounts are the way that $b$C$b ",
97 " identifies you for access to channels. ",
98 " They are slightly similar to IRC nicks, ",
99 " but only have meaning to the services ",
100 " bots. Until you authenticate to $b$N$b ",
101 " on an account, you can only use the ",
102 " $bREGISTER$b and $bAUTH$b commands. ",
103 "$b$b",
104 " Account management commands are:",
105 " $bREGISTER$b Register a new account.",
106 " $bUNREGISTER$b Unregister an account.",
107 " $bAUTH$b Authenticate yourself to $b$N$b using an existing account.",
108 " $bPASS$b Change your account's password.",
109 " $bADDMASK$b Add a hostmask to your account.",
110 " $bDELMASK$b Remove a hostmask from your account.",
111 " $bSET$b Set per-account options.",
112 " $bGHOST$b Disconnects your old clients",
b1bf690d 113 " $bACCOUNT FLAGS$b Definition for each account flag"
d76ed9a9 114 );
115 "!/services/nickserv/enable_ghost" (
d2dce5ac 116 " Accounts are the way that $b$C$b ",
117 " identifies you for access to channels. ",
118 " They are slightly similar to IRC nicks, ",
119 " but only have meaning to the services ",
120 " bots. Until you authenticate to $b$N$b ",
121 " on an account, you can only use the ",
122 " $bREGISTER$b and $bAUTH$b commands. ",
123 "$b$b",
124 " Account management commands are: ",
125 " $bREGISTER$b Register a new account.",
126 " $bUNREGISTER$b Unregister an account.",
127 " $bAUTH$b Authenticate yourself to ",
128 " $b$N$b using an existing account.",
129 " $bPASS$b Change your account's password.",
130 " $bADDMASK$b Add a hostmask to your account.",
131 " $bDELMASK$b Remove a hostmask from your account.",
132 " $bSET$b Set per-account options.",
133 " $bRENAME$b Renames an account",
b1bf690d 134 " $bACCOUNT FLAGS$b Definition for each account flag"
d76ed9a9 135 );
136};
137
138"NOT NICKSERV" {
d2dce5ac 139 "/services/nickserv/disable_nicks" (
180e0971 140 " $N is $unot$u a NickServ. On this network, ",
d2dce5ac 141 " nicknames are not owned. $N allows ",
142 " you to register a single account to ",
143 " log in to all channels, seperate from ",
144 " your nickname. ",
145 " $b$N$b can tell you what ",
146 " account a user is authenticated to ",
b1bf690d 147 " using the $bUSERINFO$b command. "
d2dce5ac 148 );
d76ed9a9 149};
150
b1bf690d 151"INFORMATION" ("$bInformational commands:$b",
d2dce5ac 152 " $bACCOUNTINFO$b Displays information about an account.",
153 " $bUSERINFO$b Display what account an online user is authenticated to.",
154 " $bSTATUS$b $b$N$b status.",
b1bf690d 155 " $bVERSION$b $b$N$b version information."
d2dce5ac 156 );
157
b1bf690d 158"OPER" ("$bIRC Operator Help:$b",
d2dce5ac 159 " $bSEARCH$b Search accounts and apply an action.",
5073008f 160 " $bOSET$b Modify account details including password.",
d2dce5ac 161 " $bRENAME$b Rename an account.",
162 " $bMERGE$b Merge one account into another.",
163 " $bOREGISTER$b Create an account for someone else.",
164 " $bOUNREGISTER$b Remove an account by name.",
165 "*$bOREGNICK$b Add a nick to someone's account.",
166 "*$bOUNREGNICK$b Remove a nick from someone's account.",
167 " $bOADDMASK$b Add a mask to someone's account.",
168 " $bODELMASK$b Remove a mask from someone's account.",
5177fd21 169 " $bOADDIGNORE$b Add an ignore to someone's account.",
170 " $bODELIGNORE$b Remove an ignore from someone's account.",
b1bf690d 171 " $bMERGEDB$b Load a database into memory."
d2dce5ac 172 );
173
174
d76ed9a9 175"OUNREGISTER" {
176 "/services/nickserv/disable_nicks" (
177 "/msg $N OUNREGISTER <nick|*account>",
178 "Un-registers the specified account.",
179 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
180 "$uSee Also:$u oregister"
181 );
182 "!/services/nickserv/disable_nicks" (
183 "/msg $N OUNREGISTER <nick|*account>",
184 "Un-registers the specified account, and any nicks that have been registered to that account.",
185 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
186 "$uSee Also:$u oregister, oregnick, ounregnick"
187 );
188};
189
190"UNREGISTER" {
191 "/services/nickserv/disable_nicks" (
192 "/msg $N@$s UNREGISTER <password>",
193 "Un-registers the account you are authenticated as.",
194 "$uSee Also:$u register"
195 );
196 "!/services/nickserv/disable_nicks" (
197 "/msg $N@$s UNREGISTER <password>",
198 "Un-registers the account you are authenticated with, and any nicks that have been registered to that account.",
199 "$uSee Also:$u register, regnick, unregnick"
200 );
201};
202
203"NICK" {
204 "!/services/nickserv/disable_nicks" (
205 "You may register IRC nicknames to be associated with your accounts, and will be able to request a KILL for anyone using a nickname registered to you.",
206 "Nick management commands are:",
207 " NICKINFO Find out who has registered a nick.",
208 " REGNICK Register a nickname.",
209 " UNREGNICK Unregister a nickname.",
210 " RECLAIM Reclaim a nick registered to you."
211 );
212};
213
214"NICKINFO" {
215 "!/services/nickserv/disable_nicks" (
216 "/msg $N NICKINFO <nick>",
217 "Displays information on the nick specified.",
218 "$uSee Also:$u accountinfo, userinfo"
219 );
220};
221
222"REGNICK" {
223 "!/services/nickserv/disable_nicks" (
224 "/msg $N REGNICK ",
225 "Registers your current nick to the account you are authenticated to.",
226 "$uSee Also:$u register, unregister, unregnick"
227 );
228};
229
230"OREGNICK" {
231 "!/services/nickserv/disable_nicks" (
232 "/msg $N OREGNICK [<nick|*account> <nick>]",
233 "Registers specified nick to the specified account. If nick and account are not specified, then $boregnick$b registers your current nick to the account you are authenticated to.",
234 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
235 "$uSee Also:$u oregister, ounregister, ounregnick"
236 );
237};
238
239"OUNREGNICK" {
240 "!/services/nickserv/disable_nicks" (
241 "/msg $N OUNREGNICK <nick>",
242 "Un-registers a nick that was previously registered to an account.",
243 "$uSee Also:$u oregister, oregnick, ounregister"
244 );
245};
246
247"UNREGNICK" {
248 "!/services/nickserv/disable_nicks" (
249 "/msg $N UNREGNICK [nick]",
250 "Un-registers a nick that was previously registered to your account. If you do not specify a nick, your current nick will be un-registered.",
251 "$uSee Also:$u register, regnick, unregister"
252 );
253};
254
255"RECLAIM" {
256 "!/services/nickserv/disable_nicks" (
257 "/msg $N RECLAIM <nick>",
258 "Reclaims the specified nick. You must be authenticated to the account that registered the nick.",
259 "Depending on configuration, this may do nothing, may ask the user nicely, may force a nick change on them, or may /KILL (disconnect) the target user."
260 );
261};
262
263"EMAIL" {
264 "/services/nickserv/email_enabled" (
265 "Email-based maintenance commands and topics are:",
266 " AUTHCOOKIE Email a cookie to allow you to authenticate (auth) without a matching hostmask.",
267 " RESETPASS Request a password change if you forgot your old password.",
268 " COOKIE Complete an email-based maintenance action.",
269 " DELCOOKIE For AUTHCOOKIE or RESETPASS, cancel the requested cookie.",
270 " EMAIL POLICY This network's policy on account email addresses."
271 );
272};
273
274"AUTHCOOKIE" {
275 "/services/nickserv/email_enabled" (
276 "/msg $N AUTHCOOKIE <account>",
277 "Requests that $N send you email with a cookie that allows you to auth to your account if you do not have a matching hostmask. (For example, if your ISP changed your IP or hostname.)",
278 "Once you receive the cookie in email, you can use the $bcookie$b command to log in.",
279 "$uSee Also:$u cookie, delcookie"
280 );
281};
282
283"RESETPASS" {
284 "/services/nickserv/email_enabled" (
285 "/msg $N@$s RESETPASS <account> <newpassword>",
286 "Requests that $N send you email with a cookie that will change your password (in case you have forgotten it). Once you receive the cookie in email, use the $bcookie$b command to actually change your password.",
287 "$bYour password will not be changed, and you will not be able to use it to log in, until you confirm the change using the $ucookie$u command.$b",
288 "$uSee Also:$u cookie, delcookie"
289 );
290};
291
292"DELCOOKIE" {
293 "/services/nickserv/email_enabled" (
294 "/msg $N DELCOOKIE",
295 "Requests that $N cancel your authcookie or resetpass cookie.",
296 "(Since set-email cookies and registration cookies send email to unverified addresses, to prevent mail flooding, they cannot be cancelled.)",
297 "$uSee Also:$u authcookie, resetpass, cookie"
298 );
299};
300
301"COOKIE" {
302 "/services/nickserv/email_enabled" (
303 "/msg $N@$s COOKIE <account> <cookie>",
304 "Completes the maintenance action (for example, activating an account or changing your password) for which a cookie was issued. The cookie will then be forgotten.",
305 "$uSee Also:$u authcookie, resetpass, set, delcookie"
306 );
307};
308
309"EMAIL POLICY" {
310 "/services/nickserv/email_enabled" (
311 "$bEMAIL POLICY",
d2dce5ac 312 "AfterNET has utmost respect for the privacy of its users. We will submit your email address to as many spam databases as we can find, and we will even post it on our web site.",
ceafd592 313 "(No, not really. It looks like somebody forgot to edit nickserv.help or nickserv.help.m4 to remove this entry. Make sure they edit the mail section of x3.conf while they are at it.)"
d76ed9a9 314 );
315};
316
d76ed9a9 317"ADDMASK" ("/msg $N ADDMASK [user@host]",
318 "Adds the specified user@host to the account you are authenticated to with $b$N$b. If no mask is given, it uses your current mask.",
319 "$uSee Also:$u auth, delmask");
320"ALLOWAUTH" ("/msg $N ALLOWAUTH <nick> [account] [STAFF]",
321 "Allows the specified nick to $bauth$b to the specified account. $bAllowauth$b does NOT add the hostmask of that nick to the specified account.",
322 "If no account is given, it will cancel the allowauth for the user (assuming the user has an allowauth).",
323 "If the account is marked as a helper or oper, the STAFF qualifier must be given afterwards. This reduces social engineering attacks.",
324 "$uSee Also:$u addmask, auth");
d0cb2fb6 325
326"LOGIN" ("See /MSG $N HELP AUTH");
327
d76ed9a9 328"AUTH" {
329 "/services/nickserv/email_enabled" (
330 "/msg $N@$s AUTH [account] <password>",
331 "Authenticates yourself with $b$N$b to the specified account. You must use $bauth$b before you have any access to network services, including channels that are registered with $b$C$b.",
332 "If you omit the account, it uses your current nick as your account name.",
333 "$uSee Also:$u pass, resetpass, authcookie",
334 );
335 "!/services/nickserv/email_enabled" (
336 "/msg $N@$s AUTH [account] <password>",
337 "Authenticates yourself with $b$N$b to the specified account. You must use $bauth$b before you have any access to network services, including channels that are registered with $b$C$b.",
338 "If you omit the account, it uses your current nick as your account name.",
339 "$uSee Also:$u pass",
340 );
341};
342"DELMASK" ("/msg $N DELMASK <user@host>",
343 "Removes a hostmask from the account you are authenticated on.",
344 "An account must have at least one hostmask; you cannot remove the last mask for an account.",
345 "$uSee Also:$u addmask");
346"ACCOUNTINFO" {
347 "/services/nickserv/disable_nicks" (
348 "/msg $N ACCOUNTINFO <nick|*account>",
349 "Displays infomation on the specified account, including the date the account was registered, the last time it was used, its infoline, its flags, its hostmask(s), its channels, and nicknames of users currently using the account.",
350 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
351 "$uSee Also:$u userinfo, account flags"
352 );
353 "! /services/nickserv/disable_nicks" (
354 "/msg $N ACCOUNTINFO <nick|*account>",
355 "Displays infomation on the specified account, including the date the account was registered, the last time it was used, its infoline, its flags, its hostmask(s), its channels, and nicknames of users currently using the account.",
356 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
357 "$uSee Also:$u nickinfo, userinfo, account flags"
358 );
359};
360"ACCOUNT FLAGS" ("$bACCOUNT FLAGS$b",
361 "The following flags on accounts are defined:",
362 "$bS$b $O access suspended",
363 "$bp$b Use PRIVMSG for messages rather than NOTICE",
364 "$bh$b User is a support helper (must be in support channel to override security)",
365 "$bH$b User is a network helper (can toggle security override)",
366 "$bg$b God mode (security override for IRC staff)",
367 "$bs$b Account suspended",
368 "$bc$b Use mIRC color codes in responses",
369 "$bf$b Account frozen/on vacation (will not be unregistered for inactivity; cleared when account is authenticated against)",
370 "$bn$b No-delete (will never be unregistered for inactivity)",
371 "$uSee Also:$u accountinfo, set");
372"OADDMASK" ("/msg $N OADDMASK <nick|*account> <user@host>",
373 "Adds a hostmask to the specified account.",
374 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
375 "$uSee Also:$u odelmask");
376"ODELMASK" ("/msg $N ODELMASK <nick|*account> <user@host>",
377 "Removes a hostmask from the specified account.",
378 "An account must have at least one hostmask; you cannot remove the last mask for an account.",
379 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
380 "$uSee Also:$u oaddmask");
381"OREGISTER" {
ac5cb8c5 382 "/services/nickserv/disable_nicks" {
383 "/services/nickserv/email_enabled" (
384 "/msg $N@$s OREGISTER <account> <password> <email> <user@host|nick>",
385 "Registers an account with $b$N$b using the specified account, password, email address and user@host. If the nick of an online user is specified, then that user's user@host is used. If no nickname or hostmask is used, it uses a default hostmask the first time the user authenticates.",
386 "$uSee Also:$u ounregister"
387 );
388 "!/services/nickserv/email_enabled" (
389 "/msg $N@$s OREGISTER <account> <password> <user@host|nick>",
390 "Registers an account with $b$N$b using the specified account, password and user@host. If the nick of an online user is specified, then that user's user@host is used. If no nickname or hostmask is used, it uses a default hostmask the first time the user authenticates.",
391 "$uSee Also:$u ounregister"
392 );
393 };
394 "!/services/nickserv/disable_nicks" {
395 "/services/nickserv/email_enabled" (
396 "/msg $N@$s OREGISTER <account> <password> <email> <user@host|nick>",
397 "Registers an account with $b$N$b using the specified account, password, email address and user@host. If the nick of an online user is specified, then that user's user@host is used. If no nickname or hostmask is used, it uses a default hostmask the first time the user authenticates.",
398 "$uSee Also:$u oregnick, ounregister, ounregnick"
399 );
400 "!/services/nickserv/email_enabled" (
401 "/msg $N@$s OREGISTER <account> <password> <user@host|nick>",
402 "Registers an account with $b$N$b using the specified account, password and user@host. If the nick of an online user is specified, then that user's user@host is used. If no nickname or hostmask is used, it uses a default hostmask the first time the user authenticates.",
403 "$uSee Also:$u oregnick, ounregister, ounregnick"
404 );
405 };
d76ed9a9 406};
4bffb7bd 407"OSET" (
408 "/msg $N OSET <nick|*account> [<setting> <value>]",
409 "Allows opers/helpers to change a users account settings. You may set:",
410 "$bPASSWORD$b: Sets user's password.",
411 "$bFLAGS$b: Changes account flags (SphHdscfn) for user (see $uaccount flags$u).",
412 "$bLEVEL$b: Sets $O access level.",
180e0971 413 "$bEPITHET$b: The description shown for the user's access in /whois.",
2362161a 414 "$bNOTE$b: Adds a note to the user's account.",
4bffb7bd 415 "$bTITLE$b: The title the user will get (in there hostname) when +x.",
416 "$bFAKEHOST$b: The fake hostname the user will get when +x.",
417 "..or anything $bset$b can change.",
418 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
419 "$uSee Also:$u accountinfo, account flags, set, userinfo"
420);
34938510 421
422"ODELCOOKIE" {
423 "/services/nickserv/email_enabled" (
424 "/msg $N ODELCOOKIE <nick|*account>",
425 "Requests that $N cancels the cookie of the specified account.",
426 );
427};
428
d76ed9a9 429"PASS" ("/msg $N@$s PASS <oldpass> <newpass>",
430 "Changes your $b$N$b password.",
431 "$uSee Also:$u auth");
432
433"REGISTER" {
434 "0: /services/nickserv/email_required" (
435 "/msg $N@$s REGISTER <account> <password> <email>",
0779bbcf 436 "$bDO NOT TYPE THE < and >!$b <> indicates required fields. ",
1478fd13 437 "Register is the command to create an an account with $b$N$b. ",
438 "Having an account provides a single login identity for the network, and for use with $b$C$b.",
439 "$b$b",
440 "$bEmail activation is required:$b An email will be sent to the email address you give to verify it. You must",
441 "provide a valid email address or registration will fail. After you register, check your email for instructions validating your account.",
442 "$b$b",
443 "If you already have an account, login using the $bAUTH$b command:",
444 "$b/msg $N@$s AUTH <accountname> <password>$b",
d76ed9a9 445 "$uSee Also:$u auth, unregister"
446 );
447 "1: /services/nickserv/email_enabled" (
448 "/msg $N@$s REGISTER <account> <password> [email]",
0779bbcf 449 "$bDO NOT TYPE THE < and >!$b <> indicates required fields. ",
9666b12d 450 "Register is the command to register an account with $b$N$b. Later, you can use your account and password with $bauth$b to authenticate to your account.",
b5885247 451 "Having an account provides a single login identity for use with $b$C$b.",
9666b12d 452 "Email activation is not required: But, if you specify an email address, an email will be sent to it containing a cookie that will let you activate your account. Once you have that cookie, use the $bcookie$b command to activate your account.",
1478fd13 453 "$b$b",
454 "If you already have an account, login using the $bAUTH$b command:",
455 "$b/msg $N@$s AUTH <accountname> <password>$b",
456 "$uSee Also:$u auth, unregister"
d76ed9a9 457 );
458 "2: !/services/nickserv/email_enabled" (
459 "/msg $N@$s REGISTER <account> <password>",
9666b12d 460 "Register is the command to register an account with $b$N$b. Later, you can use your account and password with $bauth$b to authenticate to your account.",
b5885247 461 "Having an account provides a single login identity for use with $b$C$b.",
d76ed9a9 462 "$uSee Also:$u auth, unregister"
463 );
464};
465"SET" {
466 "/services/nickserv/email_enabled && /services/nickserv/disable_nicks" (
467 "/msg $N SET [<setting> [value]]",
d2dce5ac 468 "Changes your $N account settings. Settings are:",
d76ed9a9 469 "$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
470 "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.",
471 "$bEMAIL$b: Sets (or changes) your email address.",
472 "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
473 "$bLANGUAGE$b: Your preferred language for private messages from the services.",
d9896a83 474 "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.",
d76ed9a9 475 "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
d76ed9a9 476 "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
ceafd592 477 "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)",
d76ed9a9 478 "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)",
9666b12d 479 "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).",
480 "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).",
0b587959 481 "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.",
482 "$bADVANCED$b: If set advanced options and commands will be shown to you.",
d76ed9a9 483 "$bset$b with no arguments returns your current settings.",
484 "$uSee Also:$u accountinfo, userinfo"
485 );
486 "/services/nickserv/email_enabled && !/services/nickserv/disable_nicks" (
487 "/msg $N SET [<setting> [value]]",
ceafd592 488 "Changes your account settings for X3. Settings are:",
d76ed9a9 489 "$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
490 "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.",
491 "$bEMAIL$b: Sets (or changes) your email address.",
492 "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
493 "$bLANGUAGE$b: Your preferred language for private messages from the services.",
d9896a83 494 "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.",
d76ed9a9 495 "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
d76ed9a9 496 "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
ceafd592 497 "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)",
d76ed9a9 498 "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)",
9666b12d 499 "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).",
500 "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).",
0b587959 501 "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.",
502 "$bADVANCED$b: If set advanced options and commands will be shown to you.",
d76ed9a9 503 "$bset$b with no arguments returns your current settings.",
504 "$uSee Also:$u accountinfo, nickinfo, userinfo"
505 );
506 "!/services/nickserv/email_enabled && /services/nickserv/disable_nicks" (
507 "/msg $N SET [<setting> [value]]",
ceafd592 508 "Changes your account settings for X3. Settings are:",
d76ed9a9 509 "$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
510 "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.",
511 "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
512 "$bLANGUAGE$b: Your preferred language for private messages from the services.",
d9896a83 513 "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.",
d76ed9a9 514 "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
d76ed9a9 515 "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
ceafd592 516 "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)",
d76ed9a9 517 "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)",
9666b12d 518 "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).",
519 "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).",
0b587959 520 "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.",
521 "$bADVANCED$b: If set advanced options and commands will be shown to you.",
d76ed9a9 522 "$bset$b with no arguments returns your current settings.",
523 "$uSee Also:$u accountinfo, userinfo"
524 );
525 "!/services/nickserv/email_enabled && !/services/nickserv/disable_nicks" (
526 "/msg $N SET [<setting> [value]]",
ceafd592 527 "Changes your account settings for X3. Settings are:",
d76ed9a9 528 "$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
529 "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.",
530 "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
531 "$bLANGUAGE$b: Your preferred language for private messages from the services.",
d9896a83 532 "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.",
d76ed9a9 533 "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
d76ed9a9 534 "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
ceafd592 535 "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)",
d76ed9a9 536 "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)",
9666b12d 537 "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).",
538 "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).",
0b587959 539 "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.",
540 "$bADVANCED$b: If set advanced options and commands will be shown to you.",
d76ed9a9 541 "$bset$b with no arguments returns your current settings.",
542 "$uSee Also:$u accountinfo, nickinfo, userinfo"
543 );
544};
545"SET LANGUAGE" ("/msg $S SET LANGUAGE <langname>",
546 "Sets the language that $S and other services will use when sending you messages.",
547 "If a particular message is not available in your language, it will use the closest match it has.",
548 "Supported languages are: ${modcmd:languages}",
549 "$uSee Also:$u set");
338a82b5 550"SET STYLE" ("/msg $S SET STYLE <style>",
551 "Sets the output style that $S and other services will use when sending you messages.",
552 "The style can be:.",
553 " Normal - userlist has ----- seprators and does not show numeric levels.",
554 " Clean - userlist has no ------ seperators and does not show numeric levels.",
d9896a83 555 " Classic - userlist has ----- seperators and also shows ONLY numeric levels.(SrvX Style)",
338a82b5 556 " Advanced - userlist has ----- seperators and also shows numeric levels.",
557 "$b $b",
558 "Many other outputs besides userlist are styled to match as well.",
559 "$uSee Also:$u set");
d76ed9a9 560"STATUS" {
561 "/services/nickserv/disable_nicks" (
562 "/msg $N STATUS",
563 "Displays information about the status of $b$N$b, including the total number of accounts in its database."
564 );
565 "!/services/nickserv/disable_nicks" (
566 "Displays information about the status of $b$N$b, including the total number of accounts and nicks that are registered in its database, and how many nicks are registered to your account (if you are authenticated to one)."
567 );
568};
569"USERINFO" ("/msg $N USERINFO <nick>",
570 "Shows what account the nick specified is authenticated to.",
d2dce5ac 571 "$uSee Also:$u auth, accountinfo, account flags");
572
d76ed9a9 573"GHOST" ("/msg $N GHOST <nick>",
574 "This disconnects an old client that is authed to your account. This is $bnot$b the same thing as nick ownership; the user $bmust$b be authenticated to the same account you are.",
575 "$uSee Also:$u auth");
d2dce5ac 576
d76ed9a9 577"RENAME" ("/msg $N RENAME <nick|*old-account> <new-account>",
578 "Renames an account.",
579 "This command is only accessible to helpers and IRC operators.",
580 "$uSee Also:$u merge");
d2dce5ac 581
d76ed9a9 582"VACATION" ("/msg $N VACATION",
583 "Marks your account as \"on vacation\" until the next time you authenticate to $N.",
584 "While you are \"on vacation\", your account will not be deleted for inactivity.");
d2dce5ac 585
d76ed9a9 586"SEARCH" ("/msg $N SEARCH <action> <criteria> <value> [<criteria> <value>]...",
587 "Searches for accounts matching the critera, and then does something to them.",
588 "$uSee Also:$u search action, search criteria");
d2dce5ac 589
d76ed9a9 590"SEARCH ACTION" ("$bSEARCH ACTION$b",
591 "The following actions are valid:",
592 " PRINT - Print matching accounts",
593 " COUNT - Count matching accounts",
594 " UNREGISTER - Unregister matching accounts",
595 "$uSee Also:$u search, search criteria");
596"SEARCH CRITERIA" {
597 "/services/nickserv/disable_nicks" (
598 "$bSEARCH CRITERIA$b",
599 "The following account search criteria are valid. Each takes an additional argument, giving the actual criteria:",
600 " LIMIT - Limits the number of matches",
601 " FLAGS - Bits that must be turned on (e.g. +h) and/or off (e.g. -S) in an account",
602 " REGISTERED - Registered time constraint (<Nu, <=Nu, =Nu, >=Nu or >Nu)",
603 " SEEN - Accounts not seen for at least this long",
604 " ACCOUNTMASK - A glob that must match the account name",
605 " EMAIL - A glob that must match the account's email address",
606 " HOSTMASK SUPERSET - Account matches if someone with this hostmask can auth to the account",
607 " HOSTMASK EXACT - Account matches if this exact hostmask is in list",
608 " HOSTMASK SUBSET - Account matches if this mask \"covers\" one in their userlist",
609 " HOSTMASK LASTQUIT - Account matches if this mask \"covers\" user was last seen using",
610 " HOSTMASK - A glob that must match a hostmask for the account (equivalent to HOSTMASK SUPERSET)",
611 " ACCESS - An $O access constraint (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
612 "$uSee Also:$u search, search action"
613 );
614 "!/services/nickserv/disable_nicks" (
615 "$bSEARCH CRITERIA$b",
616 "The following account search criteria are valid. Each takes an additional argument, giving the actual criteria:",
617 " LIMIT - Limits the number of matches",
618 " FLAGS - Bits that must be turned on (e.g. +h) and/or off (e.g. -S) in an account",
619 " REGISTERED - Registered time constraint (<Nu, <=Nu, =Nu, >=Nu or >Nu)",
620 " SEEN - Accounts not seen for at least this long",
621 " ACCOUNTMASK - A glob that must match the account name",
622 " EMAIL - A glob that must match the account's email address",
623 " NICKMASK - A glob that must match a nick registered to the account",
624 " HOSTMASK SUPERSET - Account matches if someone with this hostmask can auth to the account",
625 " HOSTMASK EXACT - Account matches if this exact hostmask is in list",
626 " HOSTMASK SUBSET - Account matches if this mask \"covers\" one in their userlist",
627 " HOSTMASK LASTQUIT - Account matches if this mask \"covers\" user was last seen using",
628 " HOSTMASK - A glob that must match a hostmask for the account (equivalent to HOSTMASK SUPERSET)",
629 " ACCESS - An $O access constraint (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
630 "$uSee Also:$u search, search action"
631 );
632};
633"MERGE" {
634 "!/services/nickserv/disable_nicks" (
635 "/msg $N MERGE <from-nick|*from-account> <to-nick|*to-account>",
636 "Merge access from $bfrom-account$b into $bto-account$b. This includes hostmasks, registered nicks, authed users, access in channels, and $O access (if any). If $bto-account$b has equal or greater access than $bfrom-account$b (or more a general hostmask, etc), $bto-account$b keeps that information.",
637 "This command is only accessible to helpers and IRC operators.",
638 "$uSee Also:$u rename"
639 );
640 "/services/nickserv/disable_nicks" ("/msg $N MERGE <from-nick|*from-account> <to-nick|*to-account>",
641 "Merge access from $bfrom-account$b into $bto-account$b. This includes hostmasks, authed users, access in channels, and $O access (if any). If $bto-account$b has equal or greater access than $bfrom-account$b (or more a general hostmask, etc), $bto-account$b keeps that information.",
642 "This command is only accessible to helpers and IRC operators.",
643 "$uSee Also:$u rename"
644 );
645};
5177fd21 646
d76ed9a9 647"MERGEDB" ("/msg $N MERGEDB <dbfilename>",
648 "Merge contents of $bdbfilename$b into in-memory database. Any accounts in both will be $bOVERWRITTEN$b with the information from $bdbfilename$b, although authed users will be authed to the new account.",
649 "This command is only accessible to IRC operators.",
d2dce5ac 650 "$uSee Also:$u OperServ.write");
5177fd21 651
652"IGNORE" ("Ignore list management commands are:",
653 " $bADDIGNORE$b Adds a hostmask to your ignore list.",
654 " $bDELIGNORE$b Remove an entry from your ignore list.",
655 " $bACCOUNTINFO$b Displays information about an account including ignores.",
656 );
657
658"ADDIGNORE" ("/msg $N ADDIGNORE [user@host]",
659 "Adds the specified user@host to the account ignore list that you are authenticated to with $b$N$b.",
660 "$uSee Also:$u delignore");
661
662"DELIGNORE" ("/msg $N DELIGNORE <user@host>",
663 "Removes a hostmask from the account ignore list that you are authenticated on.",
664 "$uSee Also:$u addignore");
665
666"OADDIGNORE" ("/msg $N OADDIGNORE <nick|*account> <user@host>",
667 "Adds a hostmask to the specified account's ignore list.",
668 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
669 "$uSee Also:$u odelignore");
670
671"ODELIGNORE" ("/msg $N ODELIGNORE <nick|*account> <user@host>",
672 "Removes a hostmask from the specified account's ignore list.",
673 "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).",
674 "$uSee Also:$u oaddignore");