Page 1 of 1

IRC Ops

Posted: Thu Jun 23, 2005 3:52 pm
by aztek
I guess it is supposed to be easy to add ircops to the ircserver but i'm always getting an error if i do so...

this is the oper line for me (changed pass though)

Code: Select all

oper Aztek {
	class           clients;
	from {
		userhost *@*;
	};
	password "passsss";
	flags
	{
		netadmin;
		can_zline;
		can_gzline;
		can_gkline;
		global;
	};
};
i don't know how to add another ircop or admin

Posted: Thu Jun 23, 2005 4:08 pm
by Dukat
Just add another oper block... :D

Re: IRC Ops

Posted: Sat Jun 25, 2005 1:29 pm
by Jason
aztek wrote:i'm always getting an error if i do so...
I'm getting an error in my config too! Fix it for me! No, you dont get to know what it is.