From 07f817fd47e2c5f7ca97ab73cef32307d84a6e79 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 7 Mar 2014 17:41:20 +0100 Subject: Read the die and restart password and their hash type on demand --- include/configreader.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index e10f361d7..7f9e4a52d 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -312,18 +312,6 @@ class CoreExport ServerConfig */ std::string AdminNick; - /** The admin-configured /DIE password - */ - std::string diepass; - - /** The admin-configured /RESTART password - */ - std::string restartpass; - - /** The hash method for *BOTH* the die and restart passwords. - */ - std::string powerhash; - /** The quit prefix in use, or an empty string */ std::string PrefixQuit; -- cgit v1.2.3