http://www.perlmonks.org?node_id=189169


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


and how to get /whois $nick ?

i haven't found it in example that comes with Net::IRC module

  • Comment on Re: Re: how do i make a /kick $nick ... using Net::IRC

Replies are listed 'Best First'.
Re: Re: Re: how do i make a /kick $nick ... using Net::IRC
by belkajm (Beadle) on Aug 10, 2002 at 14:16 UTC
    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