From 49afc055b739fc25645f5d8da86f339d2b8a7525 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 11 Sep 2018 20:11:13 +1200 Subject: Remove unnecessary coercion --- idalius.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/idalius.pl b/idalius.pl index 1771171..f773a4f 100755 --- a/idalius.pl +++ b/idalius.pl @@ -40,7 +40,6 @@ $| = 1; my $current_nick = $config{nick}; # Hack: coerce into numeric type -+$config{url_on}; +$config{url_len}; # New PoCo-IRC object -- cgit v1.1