]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/timer.h
Merge pull request #1018 from SaberUK/insp20+hidekills
[user/henk/code/inspircd.git] / include / timer.h
index 0de6710ac865b43739d7a9dcf8e5fc4e846d23e8..9bb7128b85ac7f6283ec51a0e6986fc7464a6a1d 100644 (file)
@@ -137,11 +137,6 @@ class CoreExport TimerManager
 
        /** Add an Timer
         * @param T an Timer derived class to add
-        * @param secs_from_now You may set this to the number of seconds
-        * from the current time when the timer will tick, or you may just
-        * leave this unset and the values set by the Timers constructor
-        * will be used. This is used internally for re-triggering repeating
-        * timers.
         */
        void AddTimer(Timer *T);