diff options
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; |