InspIRCd v4 is still early in development!

If you use this branch you may experience crashes, weird behaviour, and unannounced breaking changes.

You probably want to use InspIRCd v3 instead.

The "autoop" Module (v4)

Description

This module adds channel mode w (autoop) which allows channel operators to define an access list which gives status ranks to users on join.

Configuration

To load this module use the following <module> tag:

<module name="autoop">

This module requires no other configuration.

Channel Modes

Name Character Type Parameter Syntax Usable By Description
autoop w List <status>:<mask> Channel operators Grants the <status> rank to users matching <mask> on join.

Example Usage

Grants channel operator status on join to users with a mask matching *!*@example.com:

/MODE #channel +w o:*!*@example.com

Grants channel voice status on join to users logged into the services account named Sadie (requires the account module):

/MODE #channel +w v:R:Sadie