znc: fix network example configuration
s/ssl/useSSL/
This commit is contained in:
parent
15502421c7
commit
405050b2cb
@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user