Page 1 of 1

changeing access

Posted: Tue Jan 17, 2006 11:17 pm
by tazman
i gaved someone ircop access and was his flags rhgwlcLkKbBnGWHtv
then i gaved em more flags to be servicesadmin so his flags become
rhgwlcLkKbBnGaWHtv +a for services admin .....but nothing change only his vhost changed but he still ircOp
nick is an IRC Operator
nick is available for help.
what flag i must add/remove to be services admin?

Posted: Wed Jan 18, 2006 6:32 am
by aquanight

Posted: Wed Jan 18, 2006 8:07 am
by tazman
Of course you need to /rehash (and check if it doesn't give you any errors or warnings)...
And if you have changed the oper block then you ALSO need to re-oper, so:
- /mode yournick -o
- /oper nick pass

i did that all But when i gave him flag +a its still nick1 is an IRC Operator
But if i gaved him +A its change and beeing nick1 is an Server administrator why that?

Posted: Thu Jan 19, 2006 6:14 am
by [UnDeRTaKeR]
some services packages like anope (if its configured that way) limit
the services administrators (+a) to actually services admin,
a user gets +a flag and if its not an admin in the services, they remove
the flag...
check that out...
cya

Posted: Fri Jan 20, 2006 12:53 pm
by black_skies4
Yeah on Anope, having the flag doesn't do anything, you have to add them to the admin list,

Code: Select all

/msg operserv help admin
I think it's

Code: Select all

/msg operserv admin add <nickname>

anope config (1.7.11,1.7.12 and other versions)

Posted: Sat Jan 21, 2006 5:19 am
by da127
# 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
Uncomment that last line in your services.conf and /msg operserv reload.

Posted: Sat Jan 21, 2006 3:34 pm
by black_skies4
Yeah that's a good idea, but I think he wants to be able to make one of his opers a services admin.

Posted: Sun Jan 22, 2006 7:27 am
by [UnDeRTaKeR]
its all there,
I didnt want to include any part of an anope config
because the forums is for unreal and it would be offtopic,
but since its already there,
he must add the flag (+a) and uncomment the given
line in anope conf,
that should do...