From c1252b8ffd5eccc000b302948fd52f7a4dd59363 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 17 Mar 2017 10:26:54 +1300 Subject: Remove duplicate line --- saxrobot | 1 - 1 file changed, 1 deletion(-) (limited to 'saxrobot') diff --git a/saxrobot b/saxrobot index 8e8bd9f..0fed5b3 100755 --- a/saxrobot +++ b/saxrobot @@ -93,7 +93,6 @@ sub irc_public { for (@{$config{re}}) { my $repcount = () = $what =~ /@{$config{re}}[$idx]/gi; if ($repcount > 0) { - if ($repcount > 0) { $irc->yield(privmsg => $channel => @{$config{rep}}[$idx] x $repcount); } $idx++; -- cgit v1.1