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:
		
						commit
						6ab7038d27
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user