Page 1 of 1

2 opers .. help

Posted: Wed May 26, 2004 10:45 pm
by MaNiAx

Code: Select all

oper MaNiAx {
	class           clients;
	from {
		userhost g0d@*.hidden.IP.net;
		userhost g0d@*.hidden.IP.net;
		userhost *@*.hidden.IP.net;
		userhost *@*.hidden.IP.net;
		userhost maniax@*.hidden.IP.net;
		userhost maniax@*.hidden.IP.net;
	};
	password "mypass";
	flags
	{
		netadmin;
		global;
};
oper icecube {
	class           clients;
	from {
		userhost m1RC@*.another.hidden.IP.net;
	};
	password "anotherpass";
	flags
	{
		netadmin;
		global;

};
Is this set up correctly the ircd starts without any prob but then I get that icecube cannot /oper himself. Any help is appreciated.[/code]

Posted: Thu May 27, 2004 12:38 am
by w00t
Try /whois icecube
(if thats his nick) and paste it here.

I take that it is saying "no olines for your host" or some such error.

Posted: Thu May 27, 2004 1:46 am
by codemastr
Those blocks are incorrect and should have generated errors when you loaded the config. You have open braces ({) without a cooresponding closing brace and semicolon (};).

Posted: Thu May 27, 2004 4:24 am
by jewles
WoW, maybe it's just me, but never have I ever seen such poorly designed oper blocks. Security is nice, but with irc there is only so much you can do. You should probably learn some hostnames and some idents. :)

Posted: Thu May 27, 2004 5:28 am
by w00t
jewles, you must think like me :P I didnt even notice the problem with the braces and semicolon.