2 opers .. help

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

2 opers .. help

Post 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]
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post 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 (};).
-- codemastr
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post 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. :)
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

jewles, you must think like me :P I didnt even notice the problem with the braces and semicolon.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply