No O-lines for your host

These are old archives. They are kept for historic purposes only.
Post Reply
Hulth
Posts: 2
Joined: Sat Oct 14, 2006 9:53 am

No O-lines for your host

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

Post by Dukat »

The FAQ says clearly *@*, not @.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Hulth
Posts: 2
Joined: Sat Oct 14, 2006 9:53 am

Post by Hulth »

erm... :oops:

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

Thanks for the help
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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.
Post Reply