X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules.h;h=56bf2d18f57b25b01882cb1a63280c1f5c5582f8;hb=7907a1f1cc78ca532547c824cd221060b57f4fff;hp=8c37a8cc28ae312cf45edd810eac4874f5344d32;hpb=39ca58c38ce96a37586d5cef381e321709be3326;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules.h b/include/modules.h index 8c37a8cc2..56bf2d18f 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1390,6 +1390,10 @@ class Server : public classbase */ virtual int CountUsers(chanrec* c); + /** Adds an InspTimer which will trigger at a future time + */ + virtual void AddTimer(InspTimer* T); + /** Attempts to look up a nick and return a pointer to it. * This function will return NULL if the nick does not exist. */