aboutsummaryrefslogtreecommitdiff
path: root/net/znc/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/znc/files')
-rw-r--r--net/znc/files/znc.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/znc/files/znc.init b/net/znc/files/znc.init
index 7cc7fa70f..0ece2f360 100644
--- a/net/znc/files/znc.init
+++ b/net/znc/files/znc.init
@@ -39,6 +39,7 @@ add_network() {
echo " <Network $name>" >> $ZNC_CONFIG
config_list_foreach "$network" server "add_param \" Server\""
config_list_foreach "$network" channel "add_chan"
+ echo " </Network>" >> $ZNC_CONFIG
}
znc_global() {