diff options
author | Adam <Adam@anope.org> | 2014-01-20 00:05:53 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-20 00:05:53 -0500 |
commit | 2261fa3fe77da577f612e31e98d3cc1dad149ed9 (patch) | |
tree | ff4a6e2c420190a6450980d0cb4c7e197635c61d /data/botserv.example.conf | |
parent | fab9f0fecc3bd713d59bc63ed2c6c4538cb927ce (diff) |
Fix example config for bs_autoassign
Diffstat (limited to 'data/botserv.example.conf')
-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. */ |