forked from mirrors/nixpkgs
znc module: Fix error with bitlbee channel closing tag missing a newline.
This commit is contained in:
parent
c9e63ded80
commit
2505203d7b
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue