diff options
Diffstat (limited to 'data/modules.example.conf')
-rw-r--r-- | data/modules.example.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 51f9f32f9..a604e2b83 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -8,6 +8,20 @@ */ /* + * 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 * * Adds the APPENDTOPIC command to ChanServ, which allows users to easially append text to |