summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-03-07 18:09:21 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-03-07 18:09:21 +0100
commitb15cffc167391fc8af6cab52061d4b591ec5bbf8 (patch)
treec6d1ca6d1953ef611663e0dc8d4a40adb9cbe660 /include
parent7f4a2cc351efa9c6b50ef15c5772c54cbaef4e75 (diff)
Move admin settings into core_info
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h15
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;