X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcoremods%2Fcore_info%2Fcore_info.h;h=f5dd9e6483a27116ec6ac98a66b0e1f8bd8dbb6c;hb=5b1ee304b5e1d71c71eec9ebf8f40758dfce5c1e;hp=894616cf71f910f4cc77e4fb46c041baa1722240;hpb=bb51cfe506e6e534ea6ce1f4d5649ba27f51666f;p=user%2Fhenk%2Fcode%2Finspircd.git 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);