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, 0 insertions, 2 deletions
diff --git a/lib/IRC/Client/Plugin/PingPong.pm6 b/lib/IRC/Client/Plugin/PingPong.pm6
deleted file mode 100644
index 2651fd6..0000000
--- a/lib/IRC/Client/Plugin/PingPong.pm6
+++ /dev/null
@@ -1,2 +0,0 @@
-unit class IRC::Client::Plugin::PingPong;
-method irc-ping ($irc, $e) { $irc.ssay("PONG {$irc.nick} $e<params>[0]") }