From fe8e28f6903c105e6bf6d57f06b7d2540534a1f8 Mon Sep 17 00:00:00 2001
From: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
Date: Sat, 19 Dec 2020 03:16:28 +0100
Subject: [PATCH] Add missing option in chanserv config

---
 roles/anope/templates/etc/anope/chanserv.conf.j2 | 1 +
 1 file changed, 1 insertion(+)

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