2.0/Modules/bs autoassign
From AnopeWiki
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" }