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?
Op + users registration?
-
danny2001k
- Posts: 3
- Joined: Tue Apr 19, 2011 10:58 am
Re: Op + users registration?
hmm seams I cant edit my post 
I found out how I can make myself a op:
in conf file I added:
then used:
then
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.
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;
};
};Code: Select all
/oper danny_v blablaCode: Select all
/samode #chan +o yournickHow 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?
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?
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?
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
As for Anope, it is a popular IRC Services package and supports win32, their website is http://anope.org
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ