From 46533aaf87d2e7117b9c5c2b73944e04f1d3f56c Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 8 Dec 2018 22:52:54 +1300 Subject: Fix silly syntax --- idalius.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idalius.pl b/idalius.pl index d741a06..7925597 100755 --- a/idalius.pl +++ b/idalius.pl @@ -147,7 +147,7 @@ sub run_command { # help POE realise when a connection is down. It otherwise seems to not realise # a connection has fallen over otherwise. sub custom_ping { - my ($poek) = @_[KERNEL]; + my ($poek) = $_[KERNEL]; $poek->yield(userhost => $irc->nick_name()); $poek->delay(custom_ping => $ping_delay); } -- cgit v1.1