|
NickServ:SET
From EScriptIRC, The IRC-related documentation wiki
Syntax: /msg NickServ SET option parameters
Sets various nickname options. option can be one of:
DISPLAY Set the display of your group in Services PASSWORD Set your nickname password LANGUAGE Set the language Services will use when sending messages to you URL Associate a URL with your nickname EMAIL Associate an E-mail address with your nickname ICQ Associate an ICQ number with your nickname GREET Associate a greet message with your nickname KILL Turn protection on or off SECURE Turn nickname security on or off PRIVATE Prevent your nickname from appearing in a /msg NickServ LIST HIDE Hide certain pieces of nickname information MSG Change the communication method of Services AUTOOP Should services op you automatically.
In order to use the SET commands, you must first identify with your password (See the 'IDENTIFY' section for more information).
SET DISPLAY
Syntax: /msg NickServ SET DISPLAY new-display
Changes the display used to refer to your nickname group in Services. The new display MUST be a nick of your group.
SET PASSWORD
Syntax: /msg NickServ SET PASSWORD new-password
Changes the password used to identify you as the nick's owner.
SET LANGUAGE
Syntax: /msg NickServ SET LANGUAGE number
Changes the language Services uses when sending messages to you (for example, when responding to a command you send). number should be chosen from the following list of supported languages:
1) English 2) Français (French) 3) Deutsch (German) 4) Italiano (Italian) 5) Português (Portuguese) 6) Español (Spanish) 7) Türkçe (Turkish) 8) Catala (Catalan) 9) ÅëëçíéêÜ (Greek) 10) Nederlands (Dutch) 11) Ðóññêèé (Russian) 12) Magyar (Hungarian) 13) Polski (Polish)
SET URL
Syntax: /msg NickServ SET URL url
Associates the given URL with your nickname. This URL will be displayed whenever someone requests information on your nick with the INFO command.
SET EMAIL
Syntax: /msg NickServ SET EMAIL address
Associates the given E-mail address with your nickname. This address will be displayed whenever someone requests information on the nickname with the INFO command.
SET ICQ
Syntax: /msg NickServ SET ICQ number
Associates the given ICQ number with your nickname. This number will be displayed whenever someone requests information on your nick with the INFO command.
SET GREET
Syntax: /msg NickServ SET GREET message
Makes the given message the greet of your nickname, that will be displayed when joining a channel that has GREET option enabled, provided that you have the necessary access on it.
SET KILL
Syntax: /msg NickServ SET KILL {ON | QUICK | IMMED | OFF}
Turns the automatic protection option for your nick on or off. With protection on, if another user tries to take your nick, they will be given one minute to change to another nick, after which NickServ will forcibly change their nick. If you select QUICK, the user will be given only 20 seconds to change nicks instead of the usual 60. If you select IMMED, user's nick will be changed immediately without being warned first or given a chance to change their nick; Please note: The IMMED command is disabled.
SET SECURE
Syntax: /msg NickServ SET SECURE {ON | OFF}
Turns NickServ's security features on or off for your nick. With SECURE set, you must enter your password before you will be recognized as the owner of the nick, regardless of whether your address is on the access list. However, if you are on the access list, NickServ will not auto-kill you regardless of the setting of the KILL option.
SET PRIVATE
Syntax: /msg NickServ SET PRIVATE {ON | OFF}
Turns NickServ's privacy option on or off for your nick. With PRIVATE set, your nickname will not appear in nickname lists generated with NickServ's LIST command. (However, anyone who knows your nickname can still get information on it using the INFO command.)
SET HIDE
Syntax: /msg NickServ SET HIDE {EMAIL | STATUS | USERMASK | QUIT} {ON | OFF}
Allows you to prevent certain pieces of information from being displayed when someone does a NickServ INFO on your nick. You can hide your E-mail address (EMAIL), last seen user@host mask (USERMASK), your services access status (STATUS) and last quit message (QUIT). The second parameter specifies whether the information should be displayed (OFF) or hidden (ON).
SET MSG
Syntax: /msg NickServ SET MSG {ON | OFF}
Allows you to choose the way Services are communicating with you. With MSG set, Services will use messages, else they'll use notices.
SET AUTOOP
Syntax: /msg NickServ SET AUTOOP {ON | OFF}
Sets whether you will be opped automatically. Set to ON to allow ChanServ to op you automatically when entering channels. (This is enabled by default)
Back to NickServ commands.