Modules/1.2/redirect
From the makers of InspIRCd.
redirect module (InspIRCd-1.2 version)
| 1.1 Documentation | 1.2 Documentation | 2.0 Documentation | 2.1 Documentation |
| Return to the 1.2 Module List | |||
| Description
|
| Accompanies the +l mode (Channel limit) to allow for redirection if the channel becomes full. |
| Configuration Tags
|
| This module does not require any extra configuration, beyond the <module> tag to load it. |
| Modes
|
| Chan Mode: +L <#channel> - When +l is reached, put new users in #channel instead. |
| Extended Bans (Extbans)
|
| This module implements no extended bans. |
| Commands
|
| This module adds no extra commands. |
| Special Notes
|
+L requires you to have Op in the parameter channel. For example,
/mode #inspircd +lL 50 #chatspike You are not able to set the +L to #chatspike unless you are Op in #chatspike In case of misunderstanding... +l <number> - Limits Channel to <number> of users. +L <#chan> - Joins new users to <#chan> when <number> of users is reached inside the channel +l MUST be set before +L has any effect, and may be set in the same line, e.g.: /mode #channel +lL 20 #channel2 |

















