> If I send 10 WHO requests (on nick - not channel), are the replies returned
> in the same order as they were requested, or is there a chance that one or
> more replies might come faster than another (just like when using WHOIS)?
WHO replies are always generated by the local server. Since the server
serializes your input, the output will also be serialized. With WHOIS,
the only way you may get replies out of order is if you're /whois'ing
people on remote servers; lag will result in the replies being out of
order. You may also be interested to know that /whois takes comma-
separated arguments, i.e., /whois kev,vek.
--
Kevin L. Mitchell <[EMAIL PROTECTED]>