Merge pull request #26081 from nocoolnametom/update-znc

znc module: Fix error with bitlbee channel closing tag missing a newline
This commit is contained in:
Jörg Thalheim
2017-05-26 07:43:10 +01:00
committed by GitHub

View File

@@ -53,7 +53,8 @@ let
Server = ${net.server} ${lib.optionalString net.useSSL "+"}${toString net.port} ${net.password}
${concatMapStrings (c: "<Chan #${c}>\n</Chan>\n") net.channels}
${lib.optionalString net.hasBitlbeeControlChannel ''
<Chan &bitlbee></Chan>
<Chan &bitlbee>
</Chan>
''}
${net.extraConf}
</Network>