Difference between revisions of "2.0/Modules/bs autoassign"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/bs_autoassign}} {{Header|bs_autoassign|Extra_Modules|Anope}} == <div class="moduleheader">Description</div> == Allows service bots to be automatically...")
 
(No difference)

Latest revision as of 21:07, 13 May 2014

Language

English

Section Extra_Modules
Module bs_autoassign
Author Anope


Description

Allows service bots to be automatically assigned to channels upon registration

  • NOTE: Configuraqtion is in the same section as your other BotServ configurations.
name= 
Module name
bot= 
Bot to have auto-join each registered channel.

Default Configuration

/*
 * bs_autoassign
 *
 * Allows service bots to be automatically assigned to channels upon registration.
 */
#module
{
        name = "bs_autoassign"
 
        /*
         * Automatically assign ChanServ to channels upon registration.
         */
        bot = "ChanServ"
}