Op + users registration?

These are old archives. They are kept for historic purposes only.
Post Reply
danny2001k
Posts: 3
Joined: Tue Apr 19, 2011 10:58 am

Op + users registration?

Post 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?
danny2001k
Posts: 3
Joined: Tue Apr 19, 2011 10:58 am

Re: Op + users registration?

Post 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.
danny2001k
Posts: 3
Joined: Tue Apr 19, 2011 10:58 am

Re: Op + users registration?

Post 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?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Op + users registration?

Post 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
Post Reply