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 --- src/coremods/core_info/core_info.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/coremods/core_info/core_info.h') diff --git a/src/coremods/core_info/core_info.h b/src/coremods/core_info/core_info.h index 894616cf7..f5dd9e648 100644 --- a/src/coremods/core_info/core_info.h +++ b/src/coremods/core_info/core_info.h @@ -26,6 +26,21 @@ class CommandAdmin : public Command { public: + /** 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; + /** Constructor for admin. */ CommandAdmin(Module* parent); -- cgit v1.2.3