Page 1 of 1

Problem with Unreal 3.2 and Anope permissions.

Posted: Wed May 06, 2009 9:41 am
by bluewish
Hello. I am running Unreal3.2, with Anope 1.8.0.
I try and use certain commands and they're not working.

The commands that don't work are "SA" commands, /hostserv and /operserv.

I am netadmin of the server, and my modes are:
»» [dan] is using modes +iowghrAsxqvt +kcfvGqso

Does anyone know what the problem could be?

Re: Problem with Unreal 3.2 and Anope permissions.

Posted: Wed May 06, 2009 4:50 pm
by zEkE
Do you get any error messages?

Re: Problem with Unreal 3.2 and Anope permissions.

Posted: Wed May 06, 2009 5:09 pm
by seraphim
did you use

include "aliases/anope.conf";

at unrealircd.conf?

Re: Problem with Unreal 3.2 and Anope permissions.

Posted: Wed May 06, 2009 5:23 pm
by zEkE
HostServ/OperServ etc sounds like an alias issue - thats why I'm interested to know what error messages are received. If it's a "No such command", the aliases aren't loaded correctly. Anything else and theres a deeper issue.

The /SA* commands are likely caused by your lack of usermode +a, which while given to you at /oper (as a netadmin), looks like anope is probably removing it.

See the config file for anope, particularly:
# UnRestrictSAdmin [OPTIONAL]
# On many ircd Anope removes the umode of +a from users whom are not
# Service Admin in Anope. This mode is NOT used by Anope for any form
# of access. Thus this option allows them to keep the mode without having
# to be a Service Admin in Anope
UnRestrictSAdmin
(It is probably commented - uncomment it and reload/restart Anope, then reconnect/reoper/reidentify and see if /sa* still fails)