Anope IRC Services

Anope Development => Feature Requests => Topic started by: savvas on October 23, 2011, 04:40:52 PM

Title: sidentify support
Post by: savvas on October 23, 2011, 04:40:52 PM
is there any chance to support sidentify command to next release so that it works with bahamut ircd? for example /server server port pass:opernick:operpass:nickpass (needs sidentify) etc.
Title: Re: sidentify support
Post by: Jan Milants on October 24, 2011, 05:51:56 PM
Anope has supported bahamuts SIDENTIFY for about as long as I can remember..  :)
Title: Re: sidentify support
Post by: savvas on October 26, 2011, 03:46:33 PM
then i think it's a bug with 1.9.5 cause i get at debug "SIDENTIFY unknown command".
Title: Re: sidentify support
Post by: Jan Milants on October 26, 2011, 03:54:41 PM
instead of a bug I d call it "something that hasn't been implemented yet.."  :)
Title: Re: sidentify support
Post by: Jan Milants on October 26, 2011, 04:11:10 PM
.. actually it s not even that...
it s a configuration error on your end.. you need to point the SIDENTIFY command to the same handler as the ID or IDENTIFY commands..

add the following to nickserv.conf
Code: [Select]
command { service = "NickServ"; name = "SIDENTIFY"; command = "nickserv/identify";
Title: Re: sidentify support
Post by: savvas on October 26, 2011, 05:12:59 PM
thanx a lot for your help. gonna try it now
Title: Re: sidentify support
Post by: savvas on October 26, 2011, 05:18:36 PM
it worked. thanx again