diff options
author | David Phillips <david@sighup.nz> | 2017-03-17 10:26:54 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-17 10:26:54 +1300 |
commit | c1252b8ffd5eccc000b302948fd52f7a4dd59363 (patch) | |
tree | 7f2dcbf092eb2296cf75c1f51d54b918114090e6 | |
parent | 43a93894769711c44485aa40604d63587aedd77a (diff) | |
download | idalius-c1252b8ffd5eccc000b302948fd52f7a4dd59363.tar.xz |
Remove duplicate line
-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++; |