nick security

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
zapper
Posts: 5
Joined: Tue Aug 09, 2005 10:51 am

nick security

Post by zapper »

how to do if i dont indentify nick per 1minute my nick will be changed?
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

Always being client :

Code: Select all

/msg nickserv set secure on
/msg nickserv set kill on
and in your services.conf for your server

Code: Select all

NSDefKill
#NSDefKillQuick
NSDefSecure
if you uncomment #NSDefKillQuick i guess your nick will change in less than a minute, guess 20 sec, didn't test it.
Ron2K

Post by Ron2K »

JIVXor wrote:if you uncomment #NSDefKillQuick i guess your nick will change in less than a minute, guess 20 sec, didn't test it.
It is indeed 20 seconds. If you're using IRCServices anyway.

One important thing that you didn't mention is that changing those directives only affects newly registered nicks.
Locked