unit class IRC::Client::Plugin::PingPong:ver<2.002001>; method irc-ping ($irc, $e) { $irc.ssay("PONG {$irc.nick} $e[0]") }