No O-lines for your host - Need help
Hello allI need help with my Unreal3.2 setup
I've set it up ok, it runs and i've got the annon services working to (yay)
But, for some reason, the IRC software doesn't like my hostname, so I can't OP myself
When I do a "who is" on my nickname, I get this
Deimos is Deimos@rox-DCBB4C55.bulldogdsl.com * Deimos
Deimos is connecting from *@host-84-9-116-27.bulldogdsl.com 84.9.116.27
So my hostname is "host-84-9-116-27.bulldogdsl.com"
Right?
So I put that into the ircd conf file, so it reads...
oper Deimos {
class clients;
from {
userhost Deimos@rox-DCBB4C55.bulldogdsl.com;
userhost host-84-9-116-27.bulldogdsl.com 84.9.116.27;
userhost host-84-9-116-27.bulldogdsl.com;
userhost rox-DCBB4C55.bulldogdsl.com;
};
password "xxxxxxxxx";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};
class clients;
from {
userhost Deimos@rox-DCBB4C55.bulldogdsl.com;
userhost host-84-9-116-27.bulldogdsl.com 84.9.116.27;
userhost host-84-9-116-27.bulldogdsl.com;
userhost rox-DCBB4C55.bulldogdsl.com;
};
password "xxxxxxxxx";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};
yet, when I run /oper add Deimos (password), it says
No O-lines for your host
Any suggestions are greatly appreciated.