No o-lines for your host
-
- Posts: 4
- Joined: Mon Jul 16, 2012 11:37 pm
No o-lines for your host
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...
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...
-
- Posts: 4
- Joined: Mon Jul 16, 2012 11:37 pm
Re: No o-lines for your host
doesn't work.. No o-lines for you...
Re: No o-lines for your host
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
plus as netadmin.. did you add yourself to the anope block as admin/staff and restart services
Re: No o-lines for your host
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.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
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.
Website - https://ircs.xyz
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
-
- Posts: 4
- Joined: Mon Jul 16, 2012 11:37 pm
Re: No o-lines for your host
I''ve rehash it doesn't work...
Re: No o-lines for your host
exactly how did you rehash?
Website - https://ircs.xyz
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
-
- Posts: 4
- Joined: Mon Jul 16, 2012 11:37 pm
Re: No o-lines for your host
With : ./unreal rehash
Re: No o-lines for your host
question...
you have pasted your oper block there.. is that "exactly" how it is posted on your unreal.conf ??
you have pasted your oper block there.. is that "exactly" how it is posted on your unreal.conf ??
with the olines admin bit as it is shown ?###############
# Olines Admin #
###############
oper mypass {
class clients;
from {
userhost *@*;
};