It is possible to achieve this goal, but you need to do some extra steps.
- You need to set the
set::oper-auto-join (
https://www.unrealircd.org/docs/Set_block#set::oper-auto-join) to all the channels you'd like any oper to auto join when they oper up.
- You need to set #services as an invite-only channel with an invex (invite exception) to a specific operclass. Something like:
/mode services +iI ~O:*admin*
- The command above will only allow opers with
admin on their operclass to join
- You need to adjust the operclass blocks, oper blocks, etc to fit your needs.
- Feel free to stop by #unreal-support @ irc.unrealircd.org if you need further help.
- Be sure to also set "opers" channels to be
+P.
Cheers