From f5d4a05c9d5ce2063f5be70ca97382180e3dcfab Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 6 Apr 2007 20:20:05 +0000 Subject: Increase sleep delay to 20, to provide reading time for the message git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6752 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3