aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsaxrobot1
1 files changed, 0 insertions, 1 deletions
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++;