3
0
Fork 0
forked from mirrors/nixpkgs

znc module: Fix error with bitlbee channel closing tag missing a newline.

This commit is contained in:
Tom Doggett 2017-05-24 22:04:44 -07:00
parent c9e63ded80
commit 2505203d7b
No known key found for this signature in database
GPG key ID: C4252D5677A319CA

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>