|
NickServ:LIST
From EScriptIRC, The IRC-related documentation wiki
Syntax: /msg NickServ LIST pattern [FORBIDDEN] [NOEXPIRE] [UNCONFIRMED]
Lists all registered nicknames which match the given pattern, in nick!user@host format. Nicks with the PRIVATE option set will only be displayed to Services admins. Nicks with the NOEXPIRE option set will have a ! appended to the nickname for Services admins. If the FORBIDDEN, NOEXPIRE or UNCONFIRMED options are given, only nicks which, respectively, are FORBIDDEN, UNCONFIRMED or have the NOEXPIRE flag set will be displayed. If all three options are given, all three types of nicks will be displayed. These options are limited to Services admins. Examples:
LIST *!someone@escriptirc.com
Lists all registered nicks owned by joeuser@foo.com.
LIST *Bot*!*@*
Lists all registered nicks with Bot in their names (case insensitive).
LIST * NOEXPIRE
Lists all registered nicks which have been set to not expire.
Back to NickServ commands.