diff options
-rw-r--r-- | src/inspircd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index a7c8d5608..205ad4447 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -399,8 +399,8 @@ InspIRCd::InspIRCd(int argc, char** argv) printf("SERVER, THEN IT IS YOUR OWN FAULT. IF YOU DID NOT MEAN\n"); printf("TO START INSPIRCD AS ROOT, TYPE ./inspircd stop NOW AND\n"); printf("RESTART THE IRCD AS A NORMAL USER. YOU HAVE BEEN WARNED!\n"); - printf("\nInspIRCd starting in 5 seconds, ctrl+c to abort...\n"); - sleep(5); + printf("\nInspIRCd starting in 20 seconds, ctrl+c to abort...\n"); + sleep(20); } this->Modes = new ModeParser(this); |