Fix anope additional modules list

This commit is contained in:
s3lph 2020-12-17 04:27:55 +01:00
parent c3053af7fc
commit 9ff4bbd827

View file

@ -244,7 +244,7 @@ include
}
{% endif %}
{% for module in anope_additional_config %}
{% for module in anope_empty_modules %}
module { name = "{{ module }}" }
{% endfor %}