This commit is contained in:
Ryan Voots 2011-07-02 18:11:06 -04:00
parent 20aebe71bc
commit efff5ec6a6

View file

@ -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" });
};
}