Page 1 of 1

No O-lines for your host

Posted: Sat Oct 14, 2006 9:57 am
by Hulth
When i try to oper i get this message from the ircd.

BEFORE you scream "Read the FAQ" with caps-lock, please read.

I've tried /stats o but then it says "Permission Denied- You do not have the correct IRC operator privileges"

I've changed (i think i did it right) my userhost and added the @ (as described in the FAQ) but i still get "No O-lines for your host".

Here is my oper-block:

Code: Select all

oper Hulth {
	class           clients;
	from {
		userhost @;
	};
	password "mypw";
	flags
	{
		netadmin;
		can_gkline;
		can_gzline;
		can_zline;
		can_restart;
		can_die;
		global;
	};
};
Edit 1: The server is only mentioned to be a local server, and my ip (that I'm trying to oper from) is 192.168.0.12

Edit 2: And i rehashed after the configuration-changes :p

I'm out of ideas, anyone?

Posted: Sat Oct 14, 2006 10:00 am
by Dukat
The FAQ says clearly *@*, not @.

Posted: Sat Oct 14, 2006 10:04 am
by Hulth
erm... :oops:

guess it was that blue background-color... or i need to make myself som coffe ;)

Thanks for the help

Posted: Thu Oct 19, 2006 5:35 am
by aquanight
Also if you don't mind being temporarily insecure, when you get the "permission denied" from /stats o, just kill o (or *) from your set::oper-only-stats and rehash, then put it back when it's sorted out.