No O-lines for your host
Posted: Sat Oct 14, 2006 9:57 am
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:
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?
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 2: And i rehashed after the configuration-changes :p
I'm out of ideas, anyone?