]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/timer.h
add <whowas> config option to control whowas behaviour. *may break*
[user/henk/code/inspircd.git] / include / timer.h
index ef9427abfb3d4c7a31c1f639a5bfb038b2d8c9bc..5c899f059a9c6bc2b259a2e1e5c7493911e345ae 100644 (file)
@@ -84,6 +84,10 @@ class TimerManager : public Extensible
         * @param T an InspTimer derived class to add
         */
        void AddTimer(InspTimer* T);
+       /** Delete an InspTimer
+        * @param T an InspTimer derived class to delete
+        */
+       void DelTimer(InspTimer* T);
        /** Tick any timers that have been missed due to lag
         * @param TIME the current system time
         */