Fix anope additional modules list
This commit is contained in:
parent
c3053af7fc
commit
9ff4bbd827
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ include
|
|||
}
|
||||
{% endif %}
|
||||
|
||||
{% for module in anope_additional_config %}
|
||||
{% for module in anope_empty_modules %}
|
||||
module { name = "{{ module }}" }
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue