Page 1 of 1

Light service ?

Posted: Fri Apr 22, 2005 12:28 pm
by b34r
Hi
I've tried to find a service that users can register a user/pass and a channel with.
I do not want 415 different services like nickserv operserv .... only one.
So, a simple service, more like the L service on quakenet.
You register with the bot, request the bot to join a channel and it autoops you.
I even tried searching for a eggdrop-script to do it, but found nothing.
Has anyone got any ideas ? and it should be for linux ofcourse =)

Re: Light service ?

Posted: Sat Apr 23, 2005 1:35 pm
by Shelluser
b34r wrote:I've tried to find a service that users can register a user/pass and a channel with.
I do not want 415 different services like nickserv operserv .... only one.
I think that will be hard to do but I also wonder; why not several services ? If it is ease of use you're after just setup a service like Anope, and present your users with some nifty setup aliases. For example, default alias behaviour is to allow commands like /register which you can use to both register nicknames and channels alike. Same issue with identifying; the /identify command is used for that.

So to make a long story longer: just because you setup a complex back-end doesn't have to mean it'll be complex on your users as well. People who need an quick and easy approach have that, others who wish to be able to fiddle can do that as well.