znc: fix network example configuration

s/ssl/useSSL/
This commit is contained in:
Vaibhav Sagar 2017-09-10 11:25:29 +08:00
parent 15502421c7
commit 405050b2cb

View file

@ -261,7 +261,7 @@ in
"freenode" = {
server = "chat.freenode.net";
port = 6697;
ssl = true;
useSSL = true;
modules = [ "simple_away" ];
};
};