mirror of
https://github.com/znc/znc.git
synced 2026-07-07 02:11:20 +02:00
Update test/integration/framework/znctest.cpp
Co-authored-by: dgw <dgw@technobabbl.es>
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