Help Plz,nick change on connect

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
VampirE
Posts: 15
Joined: Mon Jan 16, 2006 11:54 pm

Help Plz,nick change on connect

Post 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!
Ron2K

Post 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.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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.
Locked