From b15cffc167391fc8af6cab52061d4b591ec5bbf8 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 7 Mar 2014 18:09:21 +0100 Subject: Move admin settings into core_info --- include/configreader.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include') 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; -- cgit v1.2.3