2.0/Modules/bs autoassign

From AnopeWiki
Revision as of 20:07, 13 May 2014 by Azander (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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"
}