diff options
-rwxr-xr-x | idalius.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |