diff --git a/roles/anope/templates/etc/anope/chanserv.conf.j2 b/roles/anope/templates/etc/anope/chanserv.conf.j2 index d90d872..9d4dc34 100644 --- a/roles/anope/templates/etc/anope/chanserv.conf.j2 +++ b/roles/anope/templates/etc/anope/chanserv.conf.j2 @@ -20,6 +20,7 @@ module { name = "chanserv" client = "{{ anope_chanserv_module_client }}" + defaults = "{{ anope_chanserv_module_defaults | join(' ') }}" maxregistered = {{ anope_chanserv_module_maxregistered }} expire = {{ anope_chanserv_module_expire }} accessmax = {{ anope_chanserv_module_accessmax }}