Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Carlos on July 11, 2012, 08:57:18 PM

Title: I can't use the IRCop comands
Post by: Carlos on July 11, 2012, 08:57:18 PM
I sync the Anope and Unreal, and the server is running normaly now, but i can't add a module, add a bot ...
The servers says 142112:1449 0,3 OperServ  Access denied.
I have this permisions on the unrealircd.conf archive:
Code: [Select]
oper carlitos {
class           clients;
from {userhost *@*;};
password "xe091";
swhois "The Boss";
flags
{
local;
global;
coadmin;
admin;
services-admin;
netadmin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_unkline;
can_gkline;
can_gzline;
can_localnotice;
can_globalnotice;
can_zline;
can_gkline;
can_gzline
get_umodew;
get_host;
        can_override;
can_setq;
can_addline;
can_dccdeny;
};
};
Please, help me!
Title: Re: I can't use the IRCop comands
Post by: Charles Kingsley on July 11, 2012, 09:01:39 PM
Hi,

You need to register your nickname you set as services root in services.conf before anope will care about you.

Oline looks ok, needs to sort out your nickname now.
Title: Re: I can't use the IRCop comands
Post by: Carlos on July 11, 2012, 09:21:34 PM
Thank you, I've resolved the problem
Title: Re: I can't use the IRCop comands
Post by: Charles Kingsley on July 11, 2012, 09:33:00 PM
No problem, you're welcome ;]