IRC Ops

These are old archives. They are kept for historic purposes only.
Post Reply
aztek

IRC Ops

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Just add another oper block... :D
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Re: IRC Ops

Post 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.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply