Page 1 of 1

Op + users registration?

Posted: Tue Apr 19, 2011 12:08 pm
by danny2001k
Hello,

I setup a UnrealIRC with LiteIRC on my local PC that is running WinXP.

So the server is running and the users can connect.
I am a beginner at this IRC stuff so I want to ask:

- How do I make me a admin user? (op)
- How can I make users to register?
- Can I add a trivia?

Re: Op + users registration?

Posted: Tue Apr 19, 2011 4:25 pm
by danny2001k
hmm seams I cant edit my post :)

I found out how I can make myself a op:
in conf file I added:

Code: Select all

oper danny_v {
	class	clients;
	from {
		userhost *@*;
	};
	password "blabla";
	flags
	{
		netadmin;
		can_zline;
		can_gzline;
		can_gkline;
		global;
	};
};
then used:

Code: Select all

/oper danny_v blabla
then

Code: Select all

/samode #chan +o yournick
So I know you don usually give information about third party software I just want the right direction to go ( a link would be great)
How about user registration I found something about anope on the web is this correct is the best solution for win32?
How about trivia? Could you atleast tell me what I need? I know I will need a bot and a script probably. Any ideea where 2 find a bot? Which is the best?


Ty,

Danny

I just found anope but reading now about how to use it.

Re: Op + users registration?

Posted: Tue Apr 19, 2011 5:03 pm
by danny2001k
hmm what is with this timer for editing posts? :)

So one last question: I made a default channel as ppl enter and named it "Common". As the first person enters they are made op automatically. How can I disable that feature?

Re: Op + users registration?

Posted: Tue Apr 19, 2011 10:10 pm
by katsklaw
In reference to all your configuration questions I suggest you completely read all 3 links in my signature.

As for Anope, it is a popular IRC Services package and supports win32, their website is http://anope.org