diff options
-rwxr-xr-x | saxrobot | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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++; |