mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Merge branch 'nossl' of github.com:DarthGandalf/znc into nossl
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user