diff options
-rw-r--r-- | data/botserv.example.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 14839da15..59e326ce1 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -147,9 +147,10 @@ command { service = "BotServ"; name = "SET NOBOT"; command = "botserv/set/nobot" * * Allows service bots to be automatically assigned to channels upon registration. */ -#module { name = "bs_autoassign" } -bs_autoassign +#module { + name = "bs_autoassign" + /* * Automatically assign ChanServ to channels upon registration. */ |