From 1e1f7cb4c3ae7c515d3541c5fd22ae0e2817e34b Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Fri, 16 Aug 2019 19:22:27 +0200 Subject: [PATCH] Move stat tick output to command channel --- Delling.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delling.pm b/Delling.pm index 41d8725..545df2f 100644 --- a/Delling.pm +++ b/Delling.pm @@ -175,7 +175,7 @@ sub refresh { } if (defined $row[1] && $stattick != $row[1]){ $stattick = $row[1]; - $self->toTarget(members => "New tick: $stattick"); + $self->toTarget(spam => "New tick: $stattick"); } my $ircreqs = $dbh->prepare(q{SELECT id,username,message,channel FROM irc_requests NATURAL JOIN users WHERE not sent}); my $upircreq = $dbh->prepare(q{UPDATE irc_requests SET sent = TRUE WHERE id = ?}); -- 2.39.2