NickServ allows users to register and protect their nicknames on the PinoyIRC Network.
All commands are sent using:
/msg NickServ <command> [parameters]
Registers your current nickname.
/msg NickServ REGISTER <password> <email>
Notes:
Identifies yourself to NickServ after connecting.
/msg NickServ IDENTIFY <password> /msg NickServ IDENTIFY <nick> <password>
Tip:
Logs you out from NickServ.
/msg NickServ LOGOUT
Displays information about a nickname.
/msg NickServ INFO <nick>
Changes nickname settings.
Syntax:
/msg NickServ SET <option> <value>
Available options:
; PASSWORD : Change your nickname password
/msg NickServ SET PASSWORD <newpassword>
; EMAIL : Change your registered email address
/msg NickServ SET EMAIL <email>
; HIDE : Hide certain information
/msg NickServ SET HIDE EMAIL ON|OFF /msg NickServ SET HIDE STATUS ON|OFF
; KILL : Protect your nickname from being used by others
/msg NickServ SET KILL ON|OFF
; SECURE : Requires identification before nick can be used
/msg NickServ SET SECURE ON|OFF
; AUTOOP : Automatically op yourself when identified
/msg NickServ SET AUTOOP ON|OFF
Disconnects a user who is using your nickname.
/msg NickServ RECOVER <nick> <password>
Releases your nickname after RECOVER.
/msg NickServ RELEASE <nick> <password>
Deletes your registered nickname.
/msg NickServ DROP <nick> <password>
Warning:
Groups your current nickname to your main nickname.
/msg NickServ GROUP
Ungroup a nickname:
/msg NickServ UNGROUP <nick>
Lists nicknames matching a pattern (operator-only on most networks).
/msg NickServ LIST <pattern>
Checks whether a nickname is identified.
/msg NickServ STATUS <nick>
Status codes:
Manages SSL certificate-based authentication.
; ADD : Adds a certificate fingerprint
/msg NickServ CERT ADD <fingerprint>
; DEL : Deletes a certificate
/msg NickServ CERT DEL <fingerprint>
; LIST : Lists certificates
/msg NickServ CERT LIST
Displays NickServ help information.
/msg NickServ HELP /msg NickServ HELP <command>
Example:
/msg NickServ HELP REGISTER