mr2 has asked for the wisdom of the Perl Monks concerning the following question:
for example i do: # /msg #channel re $self->privmsg($channel, 're'); # /mode #channel +o mr2 $self->mode($channel,'+o','mr2'); # /quit message $self->quit('message'); & how do i make /kick #channel mr2 ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how do i make a /kick $nick ... using Net::IRC
by Corion (Patriarch) on Aug 10, 2002 at 10:23 UTC | |
by mr2 (Friar) on Aug 10, 2002 at 12:22 UTC | |
by belkajm (Beadle) on Aug 10, 2002 at 14:16 UTC | |
|
Re: how do i make a /kick $nick ... using Net::IRC
by Corion (Patriarch) on Aug 10, 2002 at 22:35 UTC | |
by mr2 (Friar) on Aug 11, 2002 at 11:46 UTC |