znc: fix network example configuration
s/ssl/useSSL/
This commit is contained in:
@@ -261,7 +261,7 @@ in
|
|||||||
"freenode" = {
|
"freenode" = {
|
||||||
server = "chat.freenode.net";
|
server = "chat.freenode.net";
|
||||||
port = 6697;
|
port = 6697;
|
||||||
ssl = true;
|
useSSL = true;
|
||||||
modules = [ "simple_away" ];
|
modules = [ "simple_away" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user