Anope IRC Services

Anope.org => General Chat => Topic started by: Stefan on March 24, 2023, 09:28:56 PM

Title: services channel
Post by: Stefan on March 24, 2023, 09:28:56 PM
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
?
Title: Re: services channel
Post by: Lord255 on March 24, 2023, 10:43:29 PM
hi Stefan.
this question belong to ircd, but i don't think its possible.
sorry.
Title: Re: services channel
Post by: PeGaSuS on March 26, 2023, 10:59:10 AM
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 (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: [Select]
/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
Title: Re: services channel
Post by: Lord255 on March 26, 2023, 12:20:39 PM
neat trick PeGaSuS! \o/