Plugin last modified: 2024-10-12
Prevents users from being in more than a set number of a defined group of channels simultaneously. Users who join a monitored channel while already at the limit are force-parted and sent a notice.
Users in the ops channel (JotiGeneral.ops_channel) and accounts with the channellimiterbypass permission are exempt.
[channellimiter]
channels = #chan1, #chan2, #chan3
maxchannels = 1
part_notice = Please do not join too many similar channels
| Key | Description |
|---|---|
channels |
Comma-separated list of channels to enforce the limit across |
maxchannels |
Maximum number of these channels a user may be in at once |
part_notice |
Message sent to the user via NOTICE when they are force-parted |
channellimiterbypass — accounts with this permission are not subject to the limit.