Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Nanar on April 05, 2020, 07:49:02 PM

Title: Need help that don't change nickname if password is wrong
Post by: Nanar on April 05, 2020, 07:49:02 PM

 Hi there !

I'v just new vps server and installed unrealircd and Anope.

I'm some problems with registred nicknames, when people come and try to use a registred nickname withought having the password.

1. Is it possible that to have the equivalent of "/msg NickServ SET KILL on" by default without using this command ?

2. I personalised in nickserv.conf the default nick "anonyme" but it's always "Guess..."  why ? (I rehash Unreal et restart Anope).

3. If I don't have the nickname right password :
This nickname is registered and protected.
If it is your nick, type /msg NickServ IDENTIFY password.
Otherwise, please choose a different nick.
If you do not change within 1 minute, I will change your nick.
Your nickname is now being changed to Guest22993
That dont change the nickname !

Could you help me ?

Thank you.
Title: Re: Need help that don't change nickname if password is wrong
Post by: wilco on April 05, 2020, 08:24:09 PM
https://github.com/anope/anope/blob/2.0/data/nickserv.example.conf#L88-L116
Title: Re: Need help that don't change nickname if password is wrong
Post by: Nanar on April 05, 2020, 11:53:53 PM

 Thank you, but for instance, if I dont identify the nickname by using the password, nickserv say it had changed it after one minute, but didn't do it in the list of nicks and in the name of the user !
Title: Re: Need help that don't change nickname if password is wrong
Post by: Lord255 on April 05, 2020, 11:58:52 PM
check nickserv's access list. :)
/ns help access
Title: Re: Need help that don't change nickname if password is wrong
Post by: Nanar on April 06, 2020, 12:55:11 AM

 thank you but : "Your nickname is now being changed to Anonyme62217" but in reality that don't change the nickname.
Title: Re: Need help that don't change nickname if password is wrong
Post by: genius3000 on April 06, 2020, 05:41:41 AM
This issue and your other forum post about OS SVSNICK not working are likely both caused by a misconfiguration in your IRCd. Have a good look through your UnrealIRCd configuration and their documentation on U-lines and a services server.
Title: Re: Need help that don't change nickname if password is wrong
Post by: Nanar on April 06, 2020, 01:25:54 PM

Thank you I've tryed this this night and few times and that don't run.
Perhaps a mistake ?

Could you give me a real running exemple of this part of code (chaging some caracters if it's personnnal) ?

Thank you.
Title: Re: Need help that don't change nickname if password is wrong
Post by: Lord255 on April 06, 2020, 03:04:38 PM
which ircd are you using?
Title: Re: Need help that don't change nickname if password is wrong
Post by: wilco on April 06, 2020, 03:06:22 PM
and what anope version
Title: Re: Need help that don't change nickname if password is wrong
Post by: Nanar on April 06, 2020, 04:16:03 PM

 unrealircd-4.2.4.1

 anope-2.0.7
Title: Re: Need help that don't change nickname if password is wrong
Post by: Lord255 on April 06, 2020, 09:16:49 PM
consider to upgrade.
although here is the setting:

https://github.com/unrealircd/unrealircd/blob/779a427fc7fa07c4f9c69988924cf9c4372c08f8/doc/conf/examples/example.conf#L248-L254

that should be set as the name of the services.

in anope:
https://github.com/anope/anope/blob/c327d1aeefb372cff4dce26e482a8f087f871b71/data/example.conf#L86-L94

but all of this is mentioned in the services.conf. almost at the top. while the hints show you how to link anope to ircd.
Title: Re: Need help that don't change nickname if password is wrong
Post by: Nanar on April 07, 2020, 01:25:46 AM

 Thank you for you nice help.
I do as you said.

Nickserv say : Your nickname is now being changed Anonyme42841

But it don't do it !
Title: Re: Need help that don't change nickname if password is wrong
Post by: Zemra on April 07, 2020, 08:04:11 AM
Check your u:lines

https://www.unrealircd.org/docs/Configuration#ULines_block
Title: Re: Need help that don't change nickname if password is wrong
Post by: CrazyCat on April 07, 2020, 08:09:55 AM
I already met this error and it was a trouble with ulines.
Double check the things Lord255 pointed.

Verify:
Usually, you may have a typo somewhere which makes the names mismatch.
Title: Re: Need help that don't change nickname if password is wrong
Post by: Nanar on April 12, 2020, 06:00:43 PM

 Thank you,

I verified all this but for instance with no result.
I'll perheaps print for a better view to verify another time.

Title: Re: Need help that don't change nickname if password is wrong
Post by: Nanar on April 13, 2020, 06:47:10 PM

 All seem to be good in service.conf and unrealircd.conf.
But the problem is always there :(
 
Title: Re: Need help that don't change nickname if password is wrong
Post by: Lord255 on April 13, 2020, 08:11:25 PM
can you paste your confs? the mentioned block? we would like to check it if you dont mind.
of course, remove passwords or ip's, however please mention if its the wan ip or localhost or whatever.
if you have same wan ip somewhere, mention that too.