[IRCServices Coding] Timeouts

Andrew Church achurch at achurch.org
Thu Jan 23 18:09:43 PST 2003


>while talking about writing new modules, what was the exact reason for
>not allowing coders to loop through the list of timeouts (since *prev
>and *next are private to the timeout.c functions) ?

     You shouldn't need to loop through them; the routine called when the
timeout occurs and the arbitrary data passed to it are all you should need
to know.  If you need anything else then you need to use a better design.

  --Andrew Church
    achurch at achurch.org
    http://achurch.org/