]> jfr.im git - irc/evilnet/x3.git/blame - src/nickserv.help
more python work. Not safe to run yet
[irc/evilnet/x3.git] / src / nickserv.help
CommitLineData
d76ed9a9
AS
1"<INDEX>" {
2 "/services/nickserv/disable_nicks" {
3 "/services/nickserv/email_enabled" (
1478fd13
AS
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
AS
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
AS
19 " For example: $b/msg $N HELP REGISTER$b",
20 " shows help with the command create an ",
21 " account. ",
b1bf690d 22 " $b$b",
d2dce5ac
AS
23 " $b$N$b help categories:",
24 " $bACCOUNT$b Account management.",
180e0971
AS
25 " $bEMAIL$b Email based commands",
26 " such as recovering forgotten",
27 " passwords.",
5177fd21 28 " $bIGNORE$b Ignore list management.",
180e0971
AS
29 " $bINFORMATION$b Informational functions.",
30 " $bOPER$b Commands for IRC Operators.",
d2dce5ac
AS
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
AS
36 );
37 "!/services/nickserv/email_enabled" (
1478fd13
AS
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
AS
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
AS
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
AS
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
AS
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
AS
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
AS
84 " ACCOUNT Account management.",
85 " NICK Nick management.",
86 " INFORMATION Other functions.",
b1bf690d 87 " OPER $N commands for IRC Operators."
d76ed9a9
AS
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
AS
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
AS
114 );
115 "!/services/nickserv/enable_ghost" (
d2dce5ac
AS
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
AS
135 );
136};
137
138"NOT NICKSERV" {
d2dce5ac 139 "/services/nickserv/disable_nicks" (
180e0971 140 " $N is $unot$u a NickServ. On this network, ",
d2dce5ac
AS
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
AS
149};
150
b1bf690d 151"INFORMATION" ("$bInformational commands:$b",
d2dce5ac
AS
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
AS
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
AS
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.",
babc1c07 165 " $bODELCOOKIE$b Deletes a pending cookie.",
d2dce5ac
AS
166 "*$bOREGNICK$b Add a nick to someone's account.",
167 "*$bOUNREGNICK$b Remove a nick from someone's account.",
168 " $bOADDMASK$b Add a mask to someone's account.",
169 " $bODELMASK$b Remove a mask from someone's account.",
5177fd21 170 " $bOADDIGNORE$b Add an ignore to someone's account.",
171 " $bODELIGNORE$b Remove an ignore from someone's account.",
b1bf690d 172 " $bMERGEDB$b Load a database into memory."
d2dce5ac
AS
173 );
174
175
d76ed9a9
AS
176"OUNREGISTER" {
177 "/services/nickserv/disable_nicks" (
178 "/msg $N OUNREGISTER <nick|*account>",
179 "Un-registers the specified account.",
180 "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).",
181 "$uSee Also:$u oregister"
182 );
183 "!/services/nickserv/disable_nicks" (
184 "/msg $N OUNREGISTER <nick|*account>",
185 "Un-registers the specified account, and any nicks that have been registered to that account.",
186 "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).",
187 "$uSee Also:$u oregister, oregnick, ounregnick"
188 );
189};
190
191"UNREGISTER" {
192 "/services/nickserv/disable_nicks" (
193 "/msg $N@$s UNREGISTER <password>",
194 "Un-registers the account you are authenticated as.",
195 "$uSee Also:$u register"
196 );
197 "!/services/nickserv/disable_nicks" (
198 "/msg $N@$s UNREGISTER <password>",
199 "Un-registers the account you are authenticated with, and any nicks that have been registered to that account.",
200 "$uSee Also:$u register, regnick, unregnick"
201 );
202};
203
204"NICK" {
205 "!/services/nickserv/disable_nicks" (
206 "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.",
207 "Nick management commands are:",
208 " NICKINFO Find out who has registered a nick.",
209 " REGNICK Register a nickname.",
210 " UNREGNICK Unregister a nickname.",
211 " RECLAIM Reclaim a nick registered to you."
212 );
213};
214
215"NICKINFO" {
216 "!/services/nickserv/disable_nicks" (
217 "/msg $N NICKINFO <nick>",
218 "Displays information on the nick specified.",
219 "$uSee Also:$u accountinfo, userinfo"
220 );
221};
222
223"REGNICK" {
224 "!/services/nickserv/disable_nicks" (
225 "/msg $N REGNICK ",
226 "Registers your current nick to the account you are authenticated to.",
227 "$uSee Also:$u register, unregister, unregnick"
228 );
229};
230
231"OREGNICK" {
232 "!/services/nickserv/disable_nicks" (
233 "/msg $N OREGNICK [<nick|*account> <nick>]",
234 "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.",
235 "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).",
236 "$uSee Also:$u oregister, ounregister, ounregnick"
237 );
238};
239
240"OUNREGNICK" {
241 "!/services/nickserv/disable_nicks" (
242 "/msg $N OUNREGNICK <nick>",
243 "Un-registers a nick that was previously registered to an account.",
244 "$uSee Also:$u oregister, oregnick, ounregister"
245 );
246};
247
248"UNREGNICK" {
249 "!/services/nickserv/disable_nicks" (
250 "/msg $N UNREGNICK [nick]",
251 "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.",
252 "$uSee Also:$u register, regnick, unregister"
253 );
254};
255
256"RECLAIM" {
257 "!/services/nickserv/disable_nicks" (
258 "/msg $N RECLAIM <nick>",
259 "Reclaims the specified nick. You must be authenticated to the account that registered the nick.",
260 "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."
261 );
262};
263
264"EMAIL" {
265 "/services/nickserv/email_enabled" (
266 "Email-based maintenance commands and topics are:",
267 " AUTHCOOKIE Email a cookie to allow you to authenticate (auth) without a matching hostmask.",
268 " RESETPASS Request a password change if you forgot your old password.",
269 " COOKIE Complete an email-based maintenance action.",
270 " DELCOOKIE For AUTHCOOKIE or RESETPASS, cancel the requested cookie.",
271 " EMAIL POLICY This network's policy on account email addresses."
272 );
273};
274
275"AUTHCOOKIE" {
276 "/services/nickserv/email_enabled" (
277 "/msg $N AUTHCOOKIE <account>",
278 "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.)",
279 "Once you receive the cookie in email, you can use the $bcookie$b command to log in.",
280 "$uSee Also:$u cookie, delcookie"
281 );
282};
283
284"RESETPASS" {
285 "/services/nickserv/email_enabled" (
286 "/msg $N@$s RESETPASS <account> <newpassword>",
287 "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.",
288 "$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",
289 "$uSee Also:$u cookie, delcookie"
290 );
291};
292
293"DELCOOKIE" {
294 "/services/nickserv/email_enabled" (
295 "/msg $N DELCOOKIE",
296 "Requests that $N cancel your authcookie or resetpass cookie.",
297 "(Since set-email cookies and registration cookies send email to unverified addresses, to prevent mail flooding, they cannot be cancelled.)",
298 "$uSee Also:$u authcookie, resetpass, cookie"
299 );
300};
301
302"COOKIE" {
303 "/services/nickserv/email_enabled" (
304 "/msg $N@$s COOKIE <account> <cookie>",
305 "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.",
306 "$uSee Also:$u authcookie, resetpass, set, delcookie"
307 );
308};
309
310"EMAIL POLICY" {
311 "/services/nickserv/email_enabled" (
312 "$bEMAIL POLICY",
d2dce5ac 313 "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 314 "(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
AS
315 );
316};
317
d76ed9a9
AS
318"ADDMASK" ("/msg $N ADDMASK [user@host]",
319 "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.",
320 "$uSee Also:$u auth, delmask");
321"ALLOWAUTH" ("/msg $N ALLOWAUTH <nick> [account] [STAFF]",
322 "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.",
323 "If no account is given, it will cancel the allowauth for the user (assuming the user has an allowauth).",
324 "If the account is marked as a helper or oper, the STAFF qualifier must be given afterwards. This reduces social engineering attacks.",
325 "$uSee Also:$u addmask, auth");
d0cb2fb6
AS
326
327"LOGIN" ("See /MSG $N HELP AUTH");
328
d76ed9a9
AS
329"AUTH" {
330 "/services/nickserv/email_enabled" (
684c56b9 331 "/msg $N@$s AUTH <account> <password>",
d76ed9a9 332 "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.",
d76ed9a9
AS
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)",
90e75ffd
AS
371 "$bb$b Hides you from the staff list",
372 "$uSee Also:$u accountinfo, set, $C staff");
d76ed9a9
AS
373"OADDMASK" ("/msg $N OADDMASK <nick|*account> <user@host>",
374 "Adds a hostmask to the specified account.",
375 "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).",
376 "$uSee Also:$u odelmask");
377"ODELMASK" ("/msg $N ODELMASK <nick|*account> <user@host>",
378 "Removes a hostmask from the specified account.",
379 "An account must have at least one hostmask; you cannot remove the last mask for an account.",
380 "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).",
381 "$uSee Also:$u oaddmask");
382"OREGISTER" {
ac5cb8c5 383 "/services/nickserv/disable_nicks" {
23b7ec6e 384 "/services/nickserv/email_required" (
7293d1d3
AS
385 "/msg $N@$s OREGISTER <account> <password> <email> [user@host] [nick]",
386 "Registers an account for nick with $b$N$b using the specified account name, password, email address and user@host. If the nick of an online user is specified, then they will be logged in, and that user's user@host is used if you don't specify one. If no nickname or hostmask is used, it uses a default hostmask, or adds one when they first authenticate.",
387 "$uSee Also:$u ounregister, oaddmask, oset"
ac5cb8c5 388 );
23b7ec6e 389 "!/services/nickserv/email_required" (
7293d1d3
AS
390 "/msg $N@$s OREGISTER <account> <password> [user@host] [nick]",
391 "Registers an account for nick with $b$N$b using the specified account name, password, email address and user@host. If the nick of an online user is specified, then they will be logged in, and that user's user@host is used if you don't specify one. If no nickname or hostmask is used, it uses a default hostmask, or adds one when they first authenticate.",
392 "$uSee Also:$u ounregister, oaddmask, oset"
ac5cb8c5 393 );
394 };
395 "!/services/nickserv/disable_nicks" {
23b7ec6e 396 "/services/nickserv/email_required" (
7293d1d3
AS
397 "/msg $N@$s OREGISTER <account> <password> <email> [user@host] [nick]",
398 "Registers an account for nick with $b$N$b using the specified account name, password, email address and user@host. If the nick of an online user is specified, then they will be logged in, and that user's user@host is used if you don't specify one. If no nickname or hostmask is used, it uses a default hostmask, or adds one when they first authenticate.",
399 "$uSee Also:$u oregnick, ounregister, ounregnick, oaddmask, oset"
ac5cb8c5 400 );
23b7ec6e 401 "!/services/nickserv/email_required" (
7293d1d3
AS
402 "/msg $N@$s OREGISTER <account> <password> [user@host] [nick]",
403 "Registers an account for nick with $b$N$b using the specified account name, password, email address and user@host. If the nick of an online user is specified, then they will be logged in, and that user's user@host is used if you don't specify one. If no nickname or hostmask is used, it uses a default hostmask, or adds one when they first authenticate.",
404 "$uSee Also:$u oregnick, ounregister, ounregnick, oaddmask, oset"
ac5cb8c5 405 );
406 };
d76ed9a9 407};
4bffb7bd
AS
408"OSET" (
409 "/msg $N OSET <nick|*account> [<setting> <value>]",
410 "Allows opers/helpers to change a users account settings. You may set:",
411 "$bPASSWORD$b: Sets user's password.",
412 "$bFLAGS$b: Changes account flags (SphHdscfn) for user (see $uaccount flags$u).",
413 "$bLEVEL$b: Sets $O access level.",
180e0971 414 "$bEPITHET$b: The description shown for the user's access in /whois.",
0f6fe38c 415 "$bNOTE$b: Adds a note to the user's account.",
4bffb7bd
AS
416 "$bTITLE$b: The title the user will get (in there hostname) when +x.",
417 "$bFAKEHOST$b: The fake hostname the user will get when +x.",
418 "..or anything $bset$b can change.",
419 "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).",
420 "$uSee Also:$u accountinfo, account flags, set, userinfo"
421);
34938510 422
423"ODELCOOKIE" {
424 "/services/nickserv/email_enabled" (
425 "/msg $N ODELCOOKIE <nick|*account>",
426 "Requests that $N cancels the cookie of the specified account.",
427 );
428};
429
d76ed9a9
AS
430"PASS" ("/msg $N@$s PASS <oldpass> <newpass>",
431 "Changes your $b$N$b password.",
432 "$uSee Also:$u auth");
433
434"REGISTER" {
435 "0: /services/nickserv/email_required" (
436 "/msg $N@$s REGISTER <account> <password> <email>",
0779bbcf 437 "$bDO NOT TYPE THE < and >!$b <> indicates required fields. ",
1478fd13
AS
438 "Register is the command to create an an account with $b$N$b. ",
439 "Having an account provides a single login identity for the network, and for use with $b$C$b.",
440 "$b$b",
441 "$bEmail activation is required:$b An email will be sent to the email address you give to verify it. You must",
442 "provide a valid email address or registration will fail. After you register, check your email for instructions validating your account.",
443 "$b$b",
444 "If you already have an account, login using the $bAUTH$b command:",
445 "$b/msg $N@$s AUTH <accountname> <password>$b",
d76ed9a9
AS
446 "$uSee Also:$u auth, unregister"
447 );
448 "1: /services/nickserv/email_enabled" (
449 "/msg $N@$s REGISTER <account> <password> [email]",
0779bbcf 450 "$bDO NOT TYPE THE < and >!$b <> indicates required fields. ",
9666b12d 451 "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 452 "Having an account provides a single login identity for use with $b$C$b.",
9666b12d 453 "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
AS
454 "$b$b",
455 "If you already have an account, login using the $bAUTH$b command:",
456 "$b/msg $N@$s AUTH <accountname> <password>$b",
457 "$uSee Also:$u auth, unregister"
d76ed9a9
AS
458 );
459 "2: !/services/nickserv/email_enabled" (
460 "/msg $N@$s REGISTER <account> <password>",
9666b12d 461 "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 462 "Having an account provides a single login identity for use with $b$C$b.",
d76ed9a9
AS
463 "$uSee Also:$u auth, unregister"
464 );
465};
466"SET" {
467 "/services/nickserv/email_enabled && /services/nickserv/disable_nicks" (
468 "/msg $N SET [<setting> [value]]",
d2dce5ac 469 "Changes your $N account settings. Settings are:",
d76ed9a9
AS
470 "$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
471 "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.",
472 "$bEMAIL$b: Sets (or changes) your email address.",
473 "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
474 "$bLANGUAGE$b: Your preferred language for private messages from the services.",
d9896a83 475 "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.",
d76ed9a9 476 "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
d76ed9a9 477 "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
ceafd592 478 "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)",
d76ed9a9 479 "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)",
9666b12d
AS
480 "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).",
481 "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).",
0b587959 482 "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.",
483 "$bADVANCED$b: If set advanced options and commands will be shown to you.",
d76ed9a9
AS
484 "$bset$b with no arguments returns your current settings.",
485 "$uSee Also:$u accountinfo, userinfo"
486 );
487 "/services/nickserv/email_enabled && !/services/nickserv/disable_nicks" (
488 "/msg $N SET [<setting> [value]]",
ceafd592 489 "Changes your account settings for X3. Settings are:",
d76ed9a9
AS
490 "$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
491 "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.",
492 "$bEMAIL$b: Sets (or changes) your email address.",
493 "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
494 "$bLANGUAGE$b: Your preferred language for private messages from the services.",
d9896a83 495 "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.",
d76ed9a9 496 "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
d76ed9a9 497 "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
ceafd592 498 "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)",
d76ed9a9 499 "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)",
9666b12d
AS
500 "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).",
501 "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).",
0b587959 502 "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.",
503 "$bADVANCED$b: If set advanced options and commands will be shown to you.",
d76ed9a9
AS
504 "$bset$b with no arguments returns your current settings.",
505 "$uSee Also:$u accountinfo, nickinfo, userinfo"
506 );
507 "!/services/nickserv/email_enabled && /services/nickserv/disable_nicks" (
508 "/msg $N SET [<setting> [value]]",
ceafd592 509 "Changes your account settings for X3. Settings are:",
d76ed9a9
AS
510 "$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
511 "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.",
512 "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
513 "$bLANGUAGE$b: Your preferred language for private messages from the services.",
d9896a83 514 "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.",
d76ed9a9 515 "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
d76ed9a9 516 "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
ceafd592 517 "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)",
d76ed9a9 518 "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)",
9666b12d
AS
519 "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).",
520 "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).",
0b587959 521 "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.",
522 "$bADVANCED$b: If set advanced options and commands will be shown to you.",
d76ed9a9
AS
523 "$bset$b with no arguments returns your current settings.",
524 "$uSee Also:$u accountinfo, userinfo"
525 );
526 "!/services/nickserv/email_enabled && !/services/nickserv/disable_nicks" (
527 "/msg $N SET [<setting> [value]]",
ceafd592 528 "Changes your account settings for X3. Settings are:",
d76ed9a9
AS
529 "$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
530 "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.",
531 "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).",
532 "$bLANGUAGE$b: Your preferred language for private messages from the services.",
d9896a83 533 "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.",
d76ed9a9 534 "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.",
d76ed9a9 535 "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)",
ceafd592 536 "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)",
d76ed9a9 537 "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)",
9666b12d
AS
538 "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).",
539 "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).",
0b587959 540 "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.",
541 "$bADVANCED$b: If set advanced options and commands will be shown to you.",
d76ed9a9
AS
542 "$bset$b with no arguments returns your current settings.",
543 "$uSee Also:$u accountinfo, nickinfo, userinfo"
544 );
545};
546"SET LANGUAGE" ("/msg $S SET LANGUAGE <langname>",
547 "Sets the language that $S and other services will use when sending you messages.",
548 "If a particular message is not available in your language, it will use the closest match it has.",
549 "Supported languages are: ${modcmd:languages}",
550 "$uSee Also:$u set");
338a82b5
AS
551"SET STYLE" ("/msg $S SET STYLE <style>",
552 "Sets the output style that $S and other services will use when sending you messages.",
553 "The style can be:.",
554 " Normal - userlist has ----- seprators and does not show numeric levels.",
555 " Clean - userlist has no ------ seperators and does not show numeric levels.",
d9896a83 556 " Classic - userlist has ----- seperators and also shows ONLY numeric levels.(SrvX Style)",
338a82b5
AS
557 " Advanced - userlist has ----- seperators and also shows numeric levels.",
558 "$b $b",
559 "Many other outputs besides userlist are styled to match as well.",
560 "$uSee Also:$u set");
d76ed9a9
AS
561"STATUS" {
562 "/services/nickserv/disable_nicks" (
563 "/msg $N STATUS",
564 "Displays information about the status of $b$N$b, including the total number of accounts in its database."
565 );
566 "!/services/nickserv/disable_nicks" (
567 "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)."
568 );
569};
570"USERINFO" ("/msg $N USERINFO <nick>",
571 "Shows what account the nick specified is authenticated to.",
d2dce5ac
AS
572 "$uSee Also:$u auth, accountinfo, account flags");
573
d76ed9a9
AS
574"GHOST" ("/msg $N GHOST <nick>",
575 "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.",
576 "$uSee Also:$u auth");
d2dce5ac 577
d76ed9a9
AS
578"RENAME" ("/msg $N RENAME <nick|*old-account> <new-account>",
579 "Renames an account.",
580 "This command is only accessible to helpers and IRC operators.",
581 "$uSee Also:$u merge");
d2dce5ac 582
d76ed9a9
AS
583"VACATION" ("/msg $N VACATION",
584 "Marks your account as \"on vacation\" until the next time you authenticate to $N.",
585 "While you are \"on vacation\", your account will not be deleted for inactivity.");
d2dce5ac 586
d76ed9a9
AS
587"SEARCH" ("/msg $N SEARCH <action> <criteria> <value> [<criteria> <value>]...",
588 "Searches for accounts matching the critera, and then does something to them.",
589 "$uSee Also:$u search action, search criteria");
d2dce5ac 590
d76ed9a9
AS
591"SEARCH ACTION" ("$bSEARCH ACTION$b",
592 "The following actions are valid:",
593 " PRINT - Print matching accounts",
594 " COUNT - Count matching accounts",
595 " UNREGISTER - Unregister matching accounts",
596 "$uSee Also:$u search, search criteria");
597"SEARCH CRITERIA" {
598 "/services/nickserv/disable_nicks" (
599 "$bSEARCH CRITERIA$b",
600 "The following account search criteria are valid. Each takes an additional argument, giving the actual criteria:",
601 " LIMIT - Limits the number of matches",
602 " FLAGS - Bits that must be turned on (e.g. +h) and/or off (e.g. -S) in an account",
603 " REGISTERED - Registered time constraint (<Nu, <=Nu, =Nu, >=Nu or >Nu)",
604 " SEEN - Accounts not seen for at least this long",
605 " ACCOUNTMASK - A glob that must match the account name",
606 " EMAIL - A glob that must match the account's email address",
607 " HOSTMASK SUPERSET - Account matches if someone with this hostmask can auth to the account",
608 " HOSTMASK EXACT - Account matches if this exact hostmask is in list",
609 " HOSTMASK SUBSET - Account matches if this mask \"covers\" one in their userlist",
610 " HOSTMASK LASTQUIT - Account matches if this mask \"covers\" user was last seen using",
611 " HOSTMASK - A glob that must match a hostmask for the account (equivalent to HOSTMASK SUPERSET)",
612 " ACCESS - An $O access constraint (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
613 "$uSee Also:$u search, search action"
614 );
615 "!/services/nickserv/disable_nicks" (
616 "$bSEARCH CRITERIA$b",
617 "The following account search criteria are valid. Each takes an additional argument, giving the actual criteria:",
618 " LIMIT - Limits the number of matches",
619 " FLAGS - Bits that must be turned on (e.g. +h) and/or off (e.g. -S) in an account",
620 " REGISTERED - Registered time constraint (<Nu, <=Nu, =Nu, >=Nu or >Nu)",
621 " SEEN - Accounts not seen for at least this long",
622 " ACCOUNTMASK - A glob that must match the account name",
623 " EMAIL - A glob that must match the account's email address",
624 " NICKMASK - A glob that must match a nick registered to the account",
625 " HOSTMASK SUPERSET - Account matches if someone with this hostmask can auth to the account",
626 " HOSTMASK EXACT - Account matches if this exact hostmask is in list",
627 " HOSTMASK SUBSET - Account matches if this mask \"covers\" one in their userlist",
628 " HOSTMASK LASTQUIT - Account matches if this mask \"covers\" user was last seen using",
629 " HOSTMASK - A glob that must match a hostmask for the account (equivalent to HOSTMASK SUPERSET)",
630 " ACCESS - An $O access constraint (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
631 "$uSee Also:$u search, search action"
632 );
633};
634"MERGE" {
635 "!/services/nickserv/disable_nicks" (
636 "/msg $N MERGE <from-nick|*from-account> <to-nick|*to-account>",
637 "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.",
638 "This command is only accessible to helpers and IRC operators.",
639 "$uSee Also:$u rename"
640 );
641 "/services/nickserv/disable_nicks" ("/msg $N MERGE <from-nick|*from-account> <to-nick|*to-account>",
642 "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.",
643 "This command is only accessible to helpers and IRC operators.",
644 "$uSee Also:$u rename"
645 );
646};
5177fd21 647
d76ed9a9
AS
648"MERGEDB" ("/msg $N MERGEDB <dbfilename>",
649 "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.",
650 "This command is only accessible to IRC operators.",
d2dce5ac 651 "$uSee Also:$u OperServ.write");
5177fd21 652
653"IGNORE" ("Ignore list management commands are:",
654 " $bADDIGNORE$b Adds a hostmask to your ignore list.",
655 " $bDELIGNORE$b Remove an entry from your ignore list.",
656 " $bACCOUNTINFO$b Displays information about an account including ignores.",
657 );
658
659"ADDIGNORE" ("/msg $N ADDIGNORE [user@host]",
660 "Adds the specified user@host to the account ignore list that you are authenticated to with $b$N$b.",
661 "$uSee Also:$u delignore");
662
663"DELIGNORE" ("/msg $N DELIGNORE <user@host>",
664 "Removes a hostmask from the account ignore list that you are authenticated on.",
665 "$uSee Also:$u addignore");
666
667"OADDIGNORE" ("/msg $N OADDIGNORE <nick|*account> <user@host>",
668 "Adds a hostmask to the specified account's ignore list.",
669 "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).",
670 "$uSee Also:$u odelignore");
671
672"ODELIGNORE" ("/msg $N ODELIGNORE <nick|*account> <user@host>",
673 "Removes a hostmask from the specified account's ignore list.",
674 "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).",
675 "$uSee Also:$u oaddignore");