X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=3e30293107c4587ed799fc42f36d8b6004cb9a8d;hb=76ebc88ccd6fef0bf2d97b607829fb3466e273af;hp=89c4e1c35351b1f4224578023e8cf5bd990c02f2;hpb=55e2180b4a5fb65faac05ce4956ab1e5515fa9e5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index 89c4e1c35..3e3029310 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -109,6 +109,9 @@ class InspIRCd : public classbase featurelist Features; + time_t TIME; + time_t OLDTIME; + public: time_t startup_time; ModeParser* ModeGrok; @@ -125,10 +128,13 @@ class InspIRCd : public classbase std::vector all_opers; DNS* Res; TimerManager* Timers; + command_table cmdlist; ModuleList modules; FactoryList factory; + time_t Time(); + int GetModuleCount(); Module* FindModule(const std::string &name);