diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-03-07 17:41:20 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-03-07 17:41:20 +0100 |
commit | 07f817fd47e2c5f7ca97ab73cef32307d84a6e79 (patch) | |
tree | e8f52a4e3028fff069bb7714d24d6761f291ce41 /include | |
parent | 9b5a2903faf5cfa9474d53f30da054f9c4a1eb8e (diff) |
Read the die and restart password and their hash type on demand
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 12 |
1 files changed, 0 insertions, 12 deletions
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; |