]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Incorporating InspTimer into safelist as a test
[user/henk/code/inspircd.git] / include / modules.h
index 8c37a8cc28ae312cf45edd810eac4874f5344d32..56bf2d18f57b25b01882cb1a63280c1f5c5582f8 100644 (file)
@@ -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.
         */