Anope.org > General Chat
services channel
(1/1)
Stefan:
Hi,
Im new to unrealircd and anope.
It it possible to make it like:
net-admin joins #services per auto
and other operclass does not join #services
?
Lord255:
hi Stefan.
this question belong to ircd, but i don't think its possible.
sorry.
PeGaSuS:
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:
--- Code: ---/mode services +iI ~O:*admin*
--- End code ---
- 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
Lord255:
neat trick PeGaSuS! \o/
Navigation
[0] Message Index
Go to full version