1
0
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:
Adam
2011-07-14 19:11:13 -04:00
parent 5bf7dee559
commit ef75e171bc
2 changed files with 65 additions and 0 deletions
+14
View File
@@ -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
*