aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-03-17 10:26:54 +1300
committerDavid Phillips <david@sighup.nz>2017-03-17 10:26:54 +1300
commitc1252b8ffd5eccc000b302948fd52f7a4dd59363 (patch)
tree7f2dcbf092eb2296cf75c1f51d54b918114090e6
parent43a93894769711c44485aa40604d63587aedd77a (diff)
downloadidalius-c1252b8ffd5eccc000b302948fd52f7a4dd59363.tar.xz
Remove duplicate line
-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++;