[IRCServices Coding] Timer Callbacks

Georges Berscheid Georges at Berscheid.lu
Tue Sep 10 10:07:28 PDT 2002


Hi,

while implementing some small modules for my network, I saw that there is no
possibility to add timed callbacks. There are some explicit timed events
such as "save data" or "expire", but you can't make services call a
function, let's say, every hour.
I could use this for stats generating and synchronization with external
programs.

Greets,

Georges