in reply to Re: Re: how do i make a /kick $nick ... using Net::IRC
in thread how do i make a /kick $nick ... using Net::IRC

well, by doing the same as Corion above and looking through the source (I haven't used or installed Net::IRC either), I would assume that
$self->whois($nick);
should do the trick