aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client/Plugin/PingPong.pm6
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IRC/Client/Plugin/PingPong.pm6')
-rw-r--r--lib/IRC/Client/Plugin/PingPong.pm62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IRC/Client/Plugin/PingPong.pm6 b/lib/IRC/Client/Plugin/PingPong.pm6
index 1990b15..2651fd6 100644
--- a/lib/IRC/Client/Plugin/PingPong.pm6
+++ b/lib/IRC/Client/Plugin/PingPong.pm6
@@ -1,2 +1,2 @@
-unit class IRC::Client::Plugin::PingPong:ver<2.003001>;
+unit class IRC::Client::Plugin::PingPong;
method irc-ping ($irc, $e) { $irc.ssay("PONG {$irc.nick} $e<params>[0]") }