mirror of
https://github.com/anope/anope.git
synced 2026-07-06 19:03:13 +02:00
Added bs_autoassign
This commit is contained in:
@@ -7,6 +7,20 @@
|
||||
* adding a module block. These modules will be loaded prior to Services connecting to your network.
|
||||
*/
|
||||
|
||||
/*
|
||||
* bs_autoassign
|
||||
*
|
||||
* Allows service bots to be automatically assigned to channels upon registration.
|
||||
*/
|
||||
#module { name = "bs_autoassign" }
|
||||
bs_autoassign
|
||||
{
|
||||
/*
|
||||
* Automatically assign ChanServ to channels upon registration.
|
||||
*/
|
||||
bot = "ChanServ"
|
||||
}
|
||||
|
||||
/*
|
||||
* cs_appendtopic
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user