aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client/Plugin/PingPong.pm6
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2015-12-21 09:56:38 -0500
committerZoffix Znet <cpan@zoffix.com>2015-12-21 09:56:38 -0500
commitc525790efcc8f1b45c3d236a08da1f8ed122fc9b (patch)
tree5ba5df3fcbeb2f640f2dcc9373f2a730a0f80fdc /lib/IRC/Client/Plugin/PingPong.pm6
parentebdb216d4d47e1ab061e3719fe3af01856d2486f (diff)
Bump versions
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 d6b8f28..b499051 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<1.002001>;
+unit class IRC::Client::Plugin::PingPong:ver<2.001001>;
method irc-ping ($irc, $e) { $irc.ssay("PONG {$irc.nick} $e<params>[0]") }