BUG
This commit is contained in:
parent
20aebe71bc
commit
efff5ec6a6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ our $counter = 0;
|
|||
sub tick { # called every 5 seconds
|
||||
my $self = shift;
|
||||
unless ($counter++ % 240) {# every 20 minutes, 240 * 5 seconds, spam the users
|
||||
$self->say({body => , channel => "#dirkocraft-alert" });
|
||||
$self->say({body => $text, channel => "#dirkocraft-alert" });
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue