Page 1 of 1

[Request] Countries and Channel

Posted: Thu Mar 21, 2024 1:53 pm
by David
Connections from specific countries are automatically joined to a specific channel
Example [country: EN] in #england or [country: GE] #germany

Re: [Request] Countries and Channel

Posted: Thu Mar 21, 2024 2:12 pm
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";
}

Re: [Request] Countries and Channel

Posted: Thu Mar 21, 2024 4:15 pm
by David
Thanks Valware for your help

Re: [Request] Countries and Channel

Posted: Thu Mar 21, 2024 4:16 pm
by Valware
Happy IRCing! =]