> > Yep, irssi sends all the WHOIS queries before anything else (except
> replying
> > to PINGs from server). Looks like there isn't any easy way to do this with
> > perl scripts yet, but in C code there's server_idle_*() functions. I guess
> I
> > could make them work in perl scripts as well.
> 
> Perhaps add a way to check for the successful completion of an event before
> sending out another.

Well, you can do that already. You're already using the server redirections?
Don't send all the whois queries at once but rather send next once the
previous is completed ('event 318' => 'whois send next' or something).


Reply via email to