Anopa BotServ Help

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Yarou
Posts: 14
Joined: Sat Oct 02, 2004 4:57 am

Anopa BotServ Help

Post by Yarou »

I have tried using the command /msg BotServ BOT, but I get an "Access Denied" error.
OperServ says that the services-admin and services-oper list is empty, but that cannot be true because:
oper Yarou {
class clients;
from { userhost *@*; };
password "mypw";
flags {
netadmin;
global;
can_restart;
can_die;
can_override;
coadmin;
admin;
services-admin;
can_zline;
can_globalkill;
can_globalroute;
can_gzline;
can_gkline;
can_unkline;
};
};
Can somebody help?

Edit: I also have these flags:
Yarou +iowghaAsxN
-
Server notice mask (+kcfvGqs)
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Actually that can be true, and in fact *is* true. Just because you have the +a usermode doesn't mean your a services operator. You need to be added to the list maintained by Anope. If you're the network admin, you should probably be listed as a Services Root in the config file.
-- codemastr
Yarou
Posts: 14
Joined: Sat Oct 02, 2004 4:57 am

Post by Yarou »

Correct...
I went into the services.conf file...
Thank you.
crazytoon
Posts: 20
Joined: Thu Jul 15, 2004 11:27 am
Location: Germany
Contact:

Post by crazytoon »

1.- You must be at least Services Admin. That means that you must be a global IRC Operator, have your nickname already registered and properly identified for it. Also, you must be oper'ed (/oper <user> <password>). 2.- /msg BotServ BOT ADD nick user host real

:)
Locked