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

Modules/denychans

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Allows you to specify channels which users, and optionally opers, cannot join.

Configuration Tags

<badchan name="#gods" allowopers="yes" reason="Tortoises!">

You may have as many <badchan> tags as you like, each one can have the following parameters:

  • <badchan:name> - #channelname - The channel to deny access to, wildcards are permitted.
  • <badchan:allowopers> - yes/no - If opers should be allowed to access the channel.
  • <badchan:reason> - Tortoises! - The reason given when a user or unauthorised oper tries to join the channel.

Additional Modes

None

Additional Commands

None

Special Notes

Denied channels are local, if you want a channel to be denied globally you must configure it on all servers.