AnyEvent-IRC
view release on metacpan or search on metacpan
lib/AnyEvent/IRC/Client.pm view on Meta::CPAN
C<$msg> is the PART message.
=item kick => $kicked_nick, $channel, $is_myself, $msg, $kicker_nick
Emitted when C<$kicked_nick> is KICKed from the channel C<$channel> by
C<$kicker_nick>. C<$is_myself> is true if yourself are the one who got KICKed.
C<$msg> is the KICK message.
=item nick_change => $old_nick, $new_nick, $is_myself
Emitted when C<$old_nick> is renamed to C<$new_nick>.
C<$is_myself> is true when yourself was the one who changed the nick.
=item away_status_change => $bool
Emitted whenever a presence/away status change for you was detected.
C<$bool> is true if you are now away, or false/undef if you are not
away anymore.
You can change your away status by emitting the C<AWAY> IRC command:
( run in 0.377 second using v1.01-cache-2.11-cpan-131fc08a04b )