diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/configreader.h b/include/configreader.h index fd6452b31..3cb75ad37 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -297,21 +297,6 @@ class CoreExport ServerConfig */ std::string ServerDesc; - /** Holds the admin's name, for output in - * the /ADMIN command. - */ - std::string AdminName; - - /** Holds the email address of the admin, - * for output in the /ADMIN command. - */ - std::string AdminEmail; - - /** Holds the admin's nickname, for output - * in the /ADMIN command - */ - std::string AdminNick; - /** Pretend disabled commands don't exist. */ bool DisabledDontExist; |