Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: services channel  (Read 1610 times)

0 Members and 1 Guest are viewing this topic.

Stefan

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 5
services channel
« 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
?
Logged

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: services channel
« Reply #1 on: March 24, 2023, 10:43:29 PM »

hi Stefan.
this question belong to ircd, but i don't think its possible.
sorry.
Logged

The Myth Lives

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 30
  • What goes around, comes around.
    • PTirc
Re: services channel
« Reply #2 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) 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
« Last Edit: March 26, 2023, 11:21:23 AM by PeGaSuS »
Logged
What doesn't kill us, makes us stronger!

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: services channel
« Reply #3 on: March 26, 2023, 12:20:39 PM »

neat trick PeGaSuS! \o/
Logged
Pages: [1]   Go Up