Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: mrsexoss on June 09, 2006, 03:29:39 AM

Title: if i don't identify nothing happens
Post by: mrsexoss on June 09, 2006, 03:29:39 AM
When i use a registered nick name, all it does is show:

-NickServ- This nickname is registered and protected.  If it is your
-NickServ- nick, type /msg NickServ IDENTIFY password.  Otherwise,
-NickServ- please choose a different nick.


but nothing really happens, my nick doesn't change automatically after 1 min.

For example, DalNet:

 -NickServ- This nick is owned by someone else. Please choose another.
 -NickServ- If this is your nick, type: /msg NickServ@services.dal.net IDENTIFY <password>
 -NickServ- Your nick will be changed in 60 seconds if you do not comply.
-


the server i belive is U-lined correctly because all the other services work fine...

i uncommented these too:

NSDefKill
NSDefKillQuick

[Edited on 9-6-2006 by mrsexoss]
Title:
Post by: katsklaw on June 09, 2006, 03:38:01 AM
this happens because you are using a mask in the access list.

/ns help access
Title:
Post by: mrsexoss on June 09, 2006, 03:58:48 AM
-NickServ- Access list:
-NickServ-     *User@*.xxx.xxx.xxx.xx

hmmmm ... i'm not sure that's it.... what should be done then?

btw: i always have to type /msg nickserv blablabla
/ns doesn't do anything....

any ideas?

Thanks!
Title:
Post by: n00bie on June 09, 2006, 05:54:43 AM
Although you have Set NSDefkill and NSDefKillQuick please try setting your nick to:

/msg nickserv set secure on
/msg nickserv set kill on
/msg nickserv set kill quick on

and ... if that doesnt work... i personally have no ideas.

Below is taken from Anope's NickServ Help output:
-NickServ- Syntax: SET KILL {ON | QUICK | IMMED | OFF}
-NickServ-  
-NickServ- Turns the automatic protection option for your nick
-NickServ- on or off.  With protection on, if another user
-NickServ- tries to take your nick, they will be given one minute to
-NickServ- change to another nick, after which NickServ will forcibly change
-NickServ- their nick.
-NickServ-  
-NickServ- If you select QUICK, the user will be given only 20 seconds
-NickServ- to change nicks instead of the usual 60.  If you select
-NickServ- IMMED, user's nick will be changed immediately without being
-NickServ- warned first or given a chance to change their nick; please
-NickServ- do not use this option unless necessary.  Also, your
-NickServ- network's administrators may have disabled this option.
Title:
Post by: Dave Robson on June 09, 2006, 07:49:19 AM
Also when you register a channel, does it get +ntr or just +nt ?
Title:
Post by: mrsexoss on June 09, 2006, 01:16:46 PM
it looks like channels have +ntr

btw this did the trick:
/msg nickserv set secure on
/msg nickserv set kill on
/msg nickserv set kill quick on

but how can i set this as default setting?

because...
------------------
#NSDefNone

NSDefKill
NSDefKillQuick
NSDefSecure
-----------------

that's how services.conf look...
Title:
Post by: mrsexoss on June 09, 2006, 01:47:33 PM
i figured it
the problem was because of the access list....