The main purpose of this plugin is to automatically create accounts on the bot based on network services accounts. Grants them #channel,op capability when they are doing some operator actions before ChanTracker is called. Also provides a few utilities to register accounts and manage op capabilities.
Auto register or identify users
- fregister <accountname> <hostmask> [<channel>,[<channel>]]
- create an <account> for <hostmask> and grant <channel>,op capability if not already exists, <account> must match services account
- grant <account> <channel>,[<channel>]
- grant <account> <channel>,op capability
- hello takes no arguments
- auto identify you based on your services account
- revoke <account> <channel>,[<channel>]
- revoke <account> <channel>,op capability
- supybot.plugins.AutoRegister.logChannel
This config variable defaults to "", is not network-specific, and is not channel-specific.
log account creations
- supybot.plugins.AutoRegister.public
This config variable defaults to "True", is not network-specific, and is not channel-specific.
Determines whether this plugin is publicly visible.