Page 1 of 1

Help Plz,nick change on connect

Posted: Thu Mar 02, 2006 11:04 am
by VampirE
How to enable this:
»05:09:00« -NickServ- This nickname is registered and protected. If it is your
»05:09:00« -NickServ- nick, type /msg NickServ IDENTIFY password. Otherwise,
»05:09:00« -NickServ- please choose a different nick.
»05:09:00« -NickServ- If you do not change within one minute, I will change your nick.

Code: Select all

If you do not change within one minute, I will change your nick.
this is what i want,and this is what i have:
»11:58:39« -NickServ- This nickname is registered and protected. If it is your
-
»11:58:39« -NickServ- nick, type /msg NickServ IDENTIFY password. Otherwise,
-
»11:58:39« -NickServ- please choose a different nick.

Ok,how to make this when user connect and don't identify to change name at Gost (etc.)

Code: Select all

NSDefKill
#NSDefKillQuick
NSDefSecure
NSDefPrivate
#NSDefHideEmail
#NSDefHideUsermask
#NSDefHideQuit
#NSDefMsg
NSDefMemoSignon
NSDefMemoReceive

Code: Select all

NSReleaseTimeout 1m


Tnx!

Posted: Tue Mar 07, 2006 3:20 pm
by Ron2K
The NSDefKill directive (and the related ones) only set the default options on newly registered nicks. Users that have registered their nicks before you changed your conf and want kill protection will have to set this option manually. I'm not going to tell you how to do that though - you must read your services' documentation.

Posted: Wed Mar 08, 2006 12:38 am
by Stealth
Also, if you have NSDefKill and NSAddAccessOnReg, you won't get that because it won't force a nick change on an address in the access list.