Skip to content

victormamah/AutoRegister

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for the AutoRegister plugin for Supybot

Purpose

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.

Usage

Auto register or identify users

Commands

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

Configuration

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%