Difference between revisions of "2.0/Modules/bs autoassign"
From AnopeWiki
(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 20:07, 13 May 2014
Language | |
---|---|
English |
|
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" }