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

Modules/opermodes

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Allows you to add or remove modes from an oper when they oper up.

Configuration Tags

To use this module you must extend your <type> tags in your Configuration to include a 'modes' variable:
<type name="Helper" classes="HostCloak" host="helper.chatspike.net" modes="+shi">

When an oper matching this type opers up, the modes given will be applied to the oper's current mode list. You may specify addition or removal of modes with + and - as you would normally with /MODE.

Additional Modes

None

Additional Commands

None

Special Notes

None