Add missing option in chanserv config

This commit is contained in:
s3lph 2020-12-19 03:16:28 +01:00
parent 460e8621dc
commit fe8e28f690

View file

@ -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 }}