Well duh, I didn't even think of that. Thanks :)
-Danny
----- Original Message -----
From: "Timo Sirainen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 05, 2001 4:21 PM
Subject: Re: A fault with IRSSI's queuing of whois queries
> > > 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).
>
>