aboutsummaryrefslogtreecommitdiff
path: root/saxrobot
diff options
context:
space:
mode:
Diffstat (limited to 'saxrobot')
-rwxr-xr-xsaxrobot7
1 files changed, 1 insertions, 6 deletions
diff --git a/saxrobot b/saxrobot
index 0fed5b3..599d4e8 100755
--- a/saxrobot
+++ b/saxrobot
@@ -83,12 +83,7 @@ sub irc_public {
my $me = $irc->nick_name;
- my $saxcount = () = $what =~ /sa+x/gi;
-
- if ($saxcount > 0) {
- $irc->yield(privmsg => $channel => "🎷 " x $saxcount);
- }
-
+ # FIXME tidy this loop: do we need $idx?
my $idx = 0;
for (@{$config{re}}) {
my $repcount = () = $what =~ /@{$config{re}}[$idx]/gi;