From ac755a31c3c0422b372d9978eb4255e5aa72ff56 Mon Sep 17 00:00:00 2001 From: special Date: Sun, 5 Nov 2006 21:41:48 +0000 Subject: [PATCH] Fixed bug #164 by peaveydk git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5658 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/configreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configreader.cpp b/src/configreader.cpp index 9e0a6d8b0..b8719fcd8 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -533,7 +533,7 @@ void ServerConfig::Read(bool bail, userrec* user) {"files", "motd", &this->motd, DT_CHARPTR, ValidateMotd}, {"files", "rules", &this->rules, DT_CHARPTR, ValidateRules}, {"power", "diepass", &this->diepass, DT_CHARPTR, NoValidation}, - {"power", "pauseval", &this->DieDelay, DT_INTEGER, NoValidation}, + {"power", "pause", &this->DieDelay, DT_INTEGER, NoValidation}, {"power", "restartpass", &this->restartpass, DT_CHARPTR, NoValidation}, {"options", "prefixquit", &this->PrefixQuit, DT_CHARPTR, NoValidation}, {"die", "value", &this->DieValue, DT_CHARPTR, NoValidation}, -- 2.39.5