The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools

Modules/redirect

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Accompanies the +l mode (Channel limit) to allow for redirection if the channel becomes full.

Configuration Tags

None

Additional Modes

Chan Mode: +L <#channel> - When +l is reached, put new users in #channel instead.

Additional Commands

None

Special Notes

In case of misunderstanding...

+l <number> - Limits Channel to <number> of users. +L <#chan> - Puts new users in <#chan> when <number> of users is reached

+l MUST be set before +L has any effect, and may be set in the same line, e.g.:

/mode #channel +lL 20 #channel2