|
NickServ:SASET
From EScriptIRC, The IRC-related documentation wiki
Syntax: /msg NickServ SASET nickname option parameters.
Sets various nickname options. option can be one of:
DISPLAY Set the display of the group in Services PASSWORD Set the nickname password URL Associate a URL with the nickname EMAIL Associate an E-mail address with the nickname ICQ Associate an ICQ number with the nickname GREET Associate a greet message with the nickname KILL Turn protection on or off SECURE Turn nickname security on or off PRIVATE Prevent the nickname from appearing in a /msg NickServ LIST HIDE Hide certain pieces of nickname information MSG Change the communication method of Services NOEXPIRE Prevent the nickname from expiring AUTOOP Turn autoop on or off
The options will be set on the given nickname. Limited to Services Operators.
SASET DISPLAY
Syntax: /msg NickServ SASET nickname DISPLAY new-display
Changes the display used to refer to the nickname group in Services. The new display MUST be a nick of the group. Limited to Services Operators.
SASET PASSWORD
Syntax: /msg NickServ SASET nickname PASSWORD new-password
Changes the password used to identify you as the nick's owner. Limited to Services Operators.
SASET URL
Syntax: /msg NickServ SASET nickname URL url
Associates the given URL with the nickname. This URL will be displayed whenever someone requests information on the nick with the INFO command. Limited to Services Operators.
SASET EMAIL
Syntax: /msg NickServ SASET nickname EMAIL address
Associates the given E-mail address with the nickname. This address will be displayed whenever someone requests information on the nickname with the INFO command. Limited to Services Operators.
SASET ICQ
Syntax: /msg NickServ SASET nickname ICQ number
Associates the given ICQ number with the nickname. This number will be displayed whenever someone requests information on the nick with the INFO command. Limited to Services Operators.
SASET GREET
Syntax: /msg NickServ SASET nickname GREET message
Makes the given message the greet of the nickname, that will be displayed when joining a channel that has GREET option enabled, provided that the user has the necessary access on it. Limited to Services Operators.
SASET KILL
Syntax: /msg NickServ SASET nickname KILL {ON | QUICK | IMMED | OFF}
Turns the automatic protection option for the nick on or off. With protection on, if another user tries to take the 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. Limited to Services Operators.
SASET SECURE
Syntax: /msg NickServ SET nickname SECURE {ON | OFF}
Turns NickServ's security features on or off for the nick. With SECURE set, the user must enter the password before they will be recognized as the owner of the nick, regardless of whether the address is on the access list. However, if they are on the access list, NickServ will not auto-kill them regardless of the setting of the KILL option. Limited to Services Operators.
SASET PRIVATE
Syntax: /msg NickServ SASET nickname PRIVATE {ON | OFF}
Turns NickServ's privacy option on or off for the nick. With PRIVATE set, the nickname will not appear in nickname lists generated with NickServ's LIST command. (However, anyone who knows the nickname can still get information on it using the INFO command.) Limited to Services Operators.
SASET HIDE
Syntax: /msg NickServ SASET nickname 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 the nick. You can hide their E-mail address (EMAIL), last seen user@host mask (USERMASK), their services access status (STATUS) and last quit message (QUIT). The second parameter specifies whether the information should be displayed (OFF) or hidden (ON). Limited to Services Operators.
SASET MSG
Syntax: /msg NickServ SASET nickname MSG {ON | OFF}
Allows you to choose the way Services are communicating with the user. With MSG set, Services will use messages, else they'll use notices. Limited to Services Operators.
SASET NOEXPIRE
Syntax: /msg NickServ SASET nickname NOEXPIRE {ON | OFF}
Sets whether the given nickname will expire. Setting this to ON prevents the nickname from expiring. Limited to Services Operators.
SASET AUTOOP
Syntax: /msg NickServ SASET nickname AUTOOP {ON | OFF}
Sets whether the user will be opped automatically. Set to ON to allow ChanServ to op them automatically when entering channels. (This is enabled by default) Limited to Services Operators.
Back to NickServ commands.