Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Net::IRC "on kick(ed)"

by LTjake (Prior)
on Aug 14, 2002 at 14:44 UTC ( [id://190092]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    kick 
    
    The "kick" event is triggered upon receipt of a KICK message, which me
    +ans that someone on a channel with the client (or possibly the client
    + itself!) has been forcibly ejected.
    
  2. or download this
    $conn->add_global_hander('kick', \&on_kick);
    
    ...
        my $who = $event->nick;
        # $who is the person who was kicked.
    }
    
  3. or download this
    use Data::Dumper;
    
    ...
        my ($self, $event) = @_;
        print Dumper($event);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://190092]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-25 11:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found