The "autoop" Module (v3)

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 services_account module):

/MODE #channel +w v:R:Sadie