[Request] Countries and Channel

Looking for a module? Or want to see one converted to 6.x?

Moderator: Supporters

Post Reply
David
Posts: 5
Joined: Sat Nov 05, 2022 9:27 am
Contact:

[Request] Countries and Channel

Post by David »

Connections from specific countries are automatically joined to a specific channel
Example [country: EN] in #england or [country: GE] #germany
Valware
Official supporter
Posts: 38
Joined: Wed Mar 31, 2021 3:17 am
Location: Internet
Contact:

Re: [Request] Countries and Channel

Post by Valware »

Hi David,

You can achieve this using a security-group and a `set <security-group> {}` block, like so:

Code: Select all

security-group german {
  country DE;
}

set german {
  auto-join "#deutsch";
}
Got an idea for a module? Don't be shy! Come talk to me on #unreal-support
Like the support I provide? Consider supporting me with a donation.
David
Posts: 5
Joined: Sat Nov 05, 2022 9:27 am
Contact:

Re: [Request] Countries and Channel

Post by David »

Thanks Valware for your help
Valware
Official supporter
Posts: 38
Joined: Wed Mar 31, 2021 3:17 am
Location: Internet
Contact:

Re: [Request] Countries and Channel

Post by Valware »

Happy IRCing! =]
Got an idea for a module? Don't be shy! Come talk to me on #unreal-support
Like the support I provide? Consider supporting me with a donation.
Post Reply