X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=59dc7eab0972e332cac2ef641cf9fb4403968130;hb=78dc9813021c9caf05fc47c08fc0827b4e6c8465;hp=dadab34fa4a8b6ee171c49f098bc346242198474;hpb=afa1ec0e9586d93482b5dfdc2d77e93c9499ea10;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index dadab34fa..59dc7eab0 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -102,6 +102,8 @@ class InspIRCd : public classbase void DoSocketTimeouts(time_t TIME); void DoBackgroundUserStuff(time_t TIME); + bool AllModulesReportReady(userrec* user); + public: time_t startup_time; ModeParser* ModeGrok; @@ -209,6 +211,9 @@ class InspIRCd : public classbase const std::string& GetModuleName(Module* m); + bool IsNick(const char* n); + bool IsIdent(const char* n); + std::string GetRevision(); std::string GetVersionString(); void WritePID(const std::string &filename);