Merge pull request #29170 from vaibhavsagar/fix-znc-network-example

znc: fix network example configuration
This commit is contained in:
Jörg Thalheim
2017-09-10 08:34:41 +01:00
committed by GitHub
+1 -1
View File
@@ -261,7 +261,7 @@ in
"freenode" = {
server = "chat.freenode.net";
port = 6697;
ssl = true;
useSSL = true;
modules = [ "simple_away" ];
};
};