Merge branch 'nossl' of github.com:DarthGandalf/znc into nossl

This commit is contained in:
Alexey Sokolov
2026-06-08 22:07:34 +01:00
+1 -1
View File
@@ -49,7 +49,7 @@ void WriteConfig(QString path) {
#if HAVE_LIBSSL
p.ReadUntil("Server uses SSL?"); p.Write();
#endif
p.ReadUntil("Server port"); p.Write();
p.ReadUntil("Server port"); p.Write();
p.ReadUntil("password"); p.Write();
p.ReadUntil("channels"); p.Write();
p.ReadUntil("Launch ZNC now?"); p.Write("no");