Anope IRC Services

Anope.org => Anope General => Topic started by: carlos toloza on June 25, 2014, 01:09:36 AM

Title: I have the nick registered but does not change the minute not identify
Post by: carlos toloza on June 25, 2014, 01:09:36 AM
hello pls help me.

I have the nick registered but does not change the minute not identify


example:

join serverirc.XXXX.com

/nick merlin

[20:01] NickServ: This nickname is registered and protected. If this is your
[20:01] Nick: nick, type / msg NickServ IDENTIFY password. If not,
[20:01] NiCK: please choose a different nick.

now change 1 minute nickname

as an asset to the minute you change all users having their nick registered or to be registered?

pls help me
Title: Re: I have the nick registered but does not change the minute not identify
Post by: Zero on June 25, 2014, 01:23:11 AM
You may not have it set to "kill" those that aren't auth.

Check "/msg nickserv help set kill"

Nickserv options for newly registered nicks, if you want this feature to be default you should enabled one of the following:

Code: [Select]
* -   killprotect: Kill nick if not identified within 60 seconds
* -   kill_quick: Kill nick if not identified within 20 seconds, this one overrides the above

This wont change the behavior for already registered nicks. So you will need to have those that want the feature, to issue one (or more) of the commands to enable/turn on the feature.
Title: Re: I have the nick registered but does not change the minute not identify
Post by: Yoerger on June 25, 2014, 01:29:44 AM
(Assuming you are using Anope 2)

If you want all nicks to automatically be killed if the user using them does not identify, you need to edit nickserv.conf line 114:
Code: [Select]
defaults = "ns_secure ns_private hide_email hide_mask memo_signon memo_receive autoop"Add to the end of it:
Code: [Select]
defaults = "ns_secure ns_private hide_email hide_mask memo_signon memo_receive autoop killprotect"(You can also add kill_quick)

See the help for that on line 94:
Code: [Select]
* -   killprotect: Kill nick if not identified within 60 seconds
* -    kill_quick: Kill nick if not identified within 20 seconds, this one overrides the above
*                    option and the above must be specified with this one

If you just want to enable this feature for your own nick, then just use: (Be identified as this nick)
Code: [Select]
/msg NickServ SET KILL ONor
Code: [Select]
/msg NickServ SET KILL QUICK
If you want to change the times of killprotect or kill_quick, that is found later in nickserv.conf on lines 162 and 163:
Code: [Select]
killquick = 20s
kill = 60s
Title: Re: I have the nick registered but does not change the minute not identify
Post by: carlos toloza on June 25, 2014, 04:48:33 AM
and use anope-1.8.8
Title: Re: I have the nick registered but does not change the minute not identify
Post by: Yoerger on June 25, 2014, 05:24:53 AM
You should update to Anope 2. It's got a lot more features and advancements.
Here is information on how to do that: http://wiki.anope.org/index.php/2.0/Installation

In anope 1.8:
Use /msg NickServ SET just the same as described above.
For more info /msg NickServ HELP SET KILL

To make this default, uncomment lines 767 and optionally 768 in services.conf.
Code: [Select]
#NSDefKill
#NSDefKillQuick
Title: Re: I have the nick registered but does not change the minute not identify
Post by: John on June 25, 2014, 02:03:24 PM
hello pls help me.

I have the nick registered but does not change the minute not identify

Usually, if the nickname you're using doesn't force change your nick, it means that NickServ has a current hostmask match for your access list.

Code: [Select]
/nickserv help access
The hosts in your access list will NOT make NickServ force your nick change. This is a good thing :)
Every nickname that does not match the access list will be forced.
Title: Re: I have the nick registered but does not change the minute not identify
Post by: EduardO on July 04, 2014, 02:13:44 AM
when I save the changes and restart the services, does not work


defaults = "ns_secure ns_private hide_email hide_mask memo_signon memo_receive autoop killprotect"

Help me !!