diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-06 20:20:05 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-06 20:20:05 +0000 |
commit | f5d4a05c9d5ce2063f5be70ca97382180e3dcfab (patch) | |
tree | 9bf1a6ac1e0847de2c2c339d160960ed18b2e8eb /src | |
parent | 4abece241c7c7ee28bd213e51424c80b628d56e2 (diff) |
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
Diffstat (limited to 'src')
-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); |