From a02c227f944074434dea2f87cfb50f4df1eccad0 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 22 Jun 2019 13:10:17 +1200 Subject: Send forward ping to irc object, not POE kernel --- idalius.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idalius.pl b/idalius.pl index 58122f3..eaaca86 100755 --- a/idalius.pl +++ b/idalius.pl @@ -150,7 +150,7 @@ sub run_command { # a connection has fallen over otherwise. sub custom_ping { my ($poek) = $_[KERNEL]; - $poek->yield(userhost => $irc->nick_name()); + $irc->yield(userhost => $irc->nick_name()); $poek->delay(custom_ping => $ping_delay); } -- cgit v1.1