IRC NickServ Commands (full list)
NickServ allows you to âregisterâ a nickname and prevent others from using it. The following commands allow for registration and maintenance of nicknames; to use them, type /msg NickServ command. For more information on a specific command, type /msg NickServ HELP command.
REGISTER
Syntax: /msg NickServ REGISTER password [email]Registers your nickname in the NickServ database. Once your nick is registered, you can use the SET and ACCESS commands to configure your nickâs settings as you like them. Make sure you remember the password you use when registering - youâll need it to make changes to your nick later. (Note that case matters! ANOPE, Anope, and anope are all different passwords!)Guidelines on choosing passwords:Passwords should not be easily guessable. For example, using your real name as a password is a bad idea. Using your nickname as a password is a much worse idea ;) and, in fact, NickServ will not allow it. Also, short passwords are vulnerable to trial-and-error searches, so you should choose a password at least 5 characters long. Finally, the space character cannot be used in passwords.The parameter email is optional and will set the email for your nick immediately. However, it may be required on certain networks. Your privacy is respected; this e-mail wonât be given to any third-party person.This command also creates a new group for your nickname, that will allow you to register other nicks later sharing the same configuration, the same set of memos and the same channel privileges. For more information on this feature, type /msg NickServ HELP GROUP.
GROUP
Syntax: /msg NickServ GROUP target passwordThis command makes your nickname join the target nicknameâs group. password is the password of the target nickname.Joining a group will allow you to share your configuration, memos, and channel privileges with all the nicknames in the group, and much more!A group exists as long as it is useful. This means that even if a nick of the group is dropped, you wonât lose the shared things described above, as long as there is at least one nick remaining in the group.You can use this command even if you have not registered your nick yet. If your nick is already registered, youâll need to identify yourself before using this command. Type /msg NickServ HELP IDENTIFY for more information. This last may be not possible on your IRC network.It is recommended to use this command with a non-registered nick because it will be registered automati cally when using this command. You may use it with a registered nick (to change your group) only if your network administrators allowed it.You can only be in one group at a time. Group merging is not possible.Note: all the nicknames of a group have the same password.
IDENTIFY
Syntax: /msg NickServ IDENTIFY passwordTells NickServ that you are really the owner of this nick. Many commands require you to authenticate yourself with this command before you use them. The password should be the same one you sent with the REGISTER command.
LOGOUT
Syntax: /msg NickServ LOGOUTThis reverses the effect of the IDENTIFY command, i.e. make you not recognized as the real owner of the nick anymore. Note, however, that you wonât be asked to reidentify yourself.
DROP
Syntax: /msg NickServ DROP [nickname]Drops your nickname from the NickServ database. A nick that has been dropped is free for anyone to re-register.You may drop a nick within your group by passing it as the nick parameter.In order to use this command, you must first identify with your password (/msg NickServ HELP IDENTIFY for more information).
ACCESS
Syntax: /msg NickServ ACCESS ADD mask ACCESS DEL mask ACCESS LISTModifies or displays the access list for your nick. This is the list of addresses which will be automatically recognized by NickServ as allowed to use the nick. If you want to use the nick from a different address, you need to send an IDENTIFY command to make NickServ recognize you.Examples:
SET
Syntax: /msg NickServ SET option parametersSets various nickname options. option can be one of:
In order to use this command, you must first identify with your password (/msg NickServ HELP IDENTIFY for more information).Type /msg NickServ HELP SET option for more information on a specific option.
SET DISPLAY
SET PASSWORD
SET LANGUAGE
SET URL
SET EMAIL
SET HIDE
SET ICQ
SET GREET
SET KILL
SET SECURE
SET PRIVATE
SET MSG
UPDATE
Syntax: /msg NickServ UPDATE Updates your current status, i.e. it checks for new memos, sets needed chanmodes (ModeonID) and updates your vhost and your userflags (lastseentime, etc).
RECOVER
Syntax: /msg NickServ RECOVER nickname [password]Allows you to recover your nickname if someone else has taken it; this does the same thing that NickServ does automatically if someone tries to use a kill-protected nick.When you give this command, NickServ will bring a fake user online with the same nickname as the user youâre trying to recover your nick from. This causes the IRC servers to disconnect the other user. This fake user will remain online for NickServ to ensure that the other user does not immediately reconnect; after that time, you can reclaim your nick. Alternatively, use the RELEASE command (/msg NickServ HELP RELEASE) to get the nick back sooner.In order to use the RECOVER command for a nick, your current address as shown in /WHOIS must be on that nickâs access list, you must be identified and in the group of that nick, or you must supply the correct password for the nickname.
RELEASE
Syntax: /msg NickServ RELEASE nickname [password]Instructs NickServ to remove any hold on your nickname caused by automatic kill protection or use of the RECOVER command. This holds lasts for NickServ; this command gets rid of them sooner.In order to use the RELEASE command for a nick, your current address as shown in /WHOIS must be on that nickâs access list, you must be identified and in the group of that nick, or you must supply the correct password for the nickname.
GHOST
Syntax: /msg NickServ GHOST nickname [password]Terminates a âghostâ IRC session using your nick. A âghostâ session is one which is not actually connected, but which the IRC server believes is still online for one reason or another. Typically, this happens if your computer crashes or your Internet or modem connection goes down while youâre on IRC.In order to use the GHOST command for a nick, your current address as shown in /WHOIS must be on that nickâs access list, you must be identified and in the group of that nick, or you must supply the correct password for the nickname.
INFO
Syntax: /msg NickServ INFO nickname [ALL]Displays information about the given nickname, such as the nickâs owner, last seen address and time, and nick options. If you are identified for the nick youâre getting information for and ALL is specified, you will be shown all the information; regardless of whether itâs hidden or not.
LIST
Syntax: /msg NickServ LIST patternLists all registered nicknames which match the given pattern, in nick!user@host format. Nicks with the PRIVATE option set will not be displayed.
Examples:
ALIST
Syntax: /msg NickServ ALIST [level]Lists all channels you have access on. Optionally, you can specify a level in XOP or ACCESS format. The resulting list will only include channels where you have the given level of access.Examples: ALIST Founder Lists all channels where you have Founder access.
ALIST AOP
ALIST 10
Channels that have the NOEXPIRE option set will be prefixed by an exclamation mark.
GLIST
Syntax: /msg NickServ GLISTLists all nicks in your group.
STATUS
Syntax: /msg NickServ STATUS nicknameâŠReturns whether the user using the given nickname is recognized as the owner of the nickname. The response has this format:
nickname status-code
where nickname is the nickname sent with the command, and status-code is one of the following:
Up to sixteen nicknames may be sent with each command; the rest will be ignored. If no nickname is given, your status will be returned.
SENDPASS
Syntax: /msg NickServ SENDPASS nicknameSend the password of the given nickname to the e-mail address set in the nickname record. This command is really useful to deal with lost passwords.May be limited to IRC operators on certain networks.This command is unavailable because encryption is enabled.
Last updated