Modules/auditorium
From the makers of InspIRCd.
auditorium module (All InspIRCd versions)
| Description
|
| This module provides an 'auditorium mode' for channels. When a channel is set to auditorium mode, you can only see yourself (and optionally ops) on the nicklist, and joins, parts, quits and kicks are cloaked. This saves bandwidth for very large channels. |
| Configuration Tags
|
The auditorium module supports the following configuration tags:
<auditorium showops="yes|no" operoverride="yes|no"> Please read below for the showops setting. If the operoverride value is yes, m_auditorium affects the userlist for only non-ircop users. IRCOpers will view all users in the channel normally (even if they do not have channel operator status). See the Special Notes below. |
| Additional Modes
|
| Channel mode +u: Enable auditorium mode. Only channel operators may set this mode. |
| Additional Commands
|
| This module adds no extra commands. |
| Special Notes
|
| This mode can be very confusing for users. Avoid using it unless it is absolutely necessary! Depending on which configuration setting is used, the differences in behaviour for this module are as follows: |
| ShowOps Mode 'On'
|
|
If this is set to yes, then the following rules apply:
NOTE: When a user is on multiple channels, one of which is +u, the server will make them appear to have parted from the +u channels before quitting from the non +u channels. The module has to operate in this fashion as the QUIT command is not specific to a channel. |
| ShowOps Mode 'Off'
|
|
If this is set to no (the default), the following rules apply:
The no setting is less feature filled, however it is less likely to desync clients and less resource intensive. It does however require more effort to manage the channel as ops cannot see nicknames. |

















