mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 19:16:38 +02:00
5b8f393a8f
which specifies the time in milliseconds rather than seconds. This allows for additional precision, or at least multiple calls per second. The minimum allowed every_msec value is 100 at this time. The prototype is now: EventAdd(Module *module, char *name, vFP event, void *data, long every_msec, int count);