Page 1 of 1

No o-lines for your host

Posted: Mon Jul 16, 2012 11:42 pm
by Lepongistedu63
Hello !

I've read all topic, but no work...
In my mIRC i type : /oper user pw but he doesn't work...
And i test /stats 0 : Permission Denied- You do not have the correct IRC operator privileges
###############
# Olines Admin #
###############

oper mypass {
class clients;
from {
userhost *@*;
};
password "mypass";
flags
{
netadmin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_gzline;
can_gkline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
get_umodew;
get_host;
can_override;
};
};


Thanks...

Re: No o-lines for your host

Posted: Tue Jul 17, 2012 1:52 am
by cards
it should be "oper "<login/nick>" {"

Re: No o-lines for your host

Posted: Tue Jul 17, 2012 2:14 am
by Lepongistedu63
doesn't work.. No o-lines for you...

Re: No o-lines for your host

Posted: Tue Jul 17, 2012 6:22 am
by cheiron
did you rehash unreal when you added the oper block ?
plus as netadmin.. did you add yourself to the anope block as admin/staff and restart services

Re: No o-lines for your host

Posted: Tue Jul 17, 2012 1:35 pm
by katsklaw
cheiron wrote:did you rehash unreal when you added the oper block ?
plus as netadmin.. did you add yourself to the anope block as admin/staff and restart services
Adding information to Anope's config file has nothing to do with Unreal IRCd, they are 2 completely and totally separate applications. Not to mention there is no such thing as an "anope block" in either unrealircd.conf or services.conf. You also shouldn't simply assume everyone uses Anope, there are several other services packages in existence.

Now, the oper name does *NOT* have to match a users nick. Some intentionally avoid it. As configured you'd type: /oper mypass mypass If that fails, be sure you are editing the correct copy of unrealircd.conf and rehash the ircd and try again.

Re: No o-lines for your host

Posted: Tue Jul 17, 2012 3:48 pm
by Lepongistedu63
I''ve rehash it doesn't work...

Re: No o-lines for your host

Posted: Tue Jul 17, 2012 6:37 pm
by katsklaw
exactly how did you rehash?

Re: No o-lines for your host

Posted: Tue Jul 17, 2012 6:43 pm
by Lepongistedu63
With : ./unreal rehash

Re: No o-lines for your host

Posted: Wed Jul 18, 2012 6:11 am
by cheiron
question...

you have pasted your oper block there.. is that "exactly" how it is posted on your unreal.conf ??
###############
# Olines Admin #
###############

oper mypass {
class clients;
from {
userhost *@*;
};
with the olines admin bit as it is shown ?