sub on_action { my ($self, $event) = @_; my ($nick, @args) = ($event->nick, $event->args); print "* $nick @args\n"; }