mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-23 10:34:52 +01:00
AntiRepeat: pay attention to /me
This commit is contained in:
parent
bbd015e607
commit
87e0d33870
@ -35,6 +35,7 @@ sub initialize {
|
||||
$self->{pbot}->{registry}->add_default('text', 'antiflood', 'antirepeat_allow_bot', $conf{antirepeat_allow_bot} // 1);
|
||||
|
||||
$self->{pbot}->{event_dispatcher}->register_handler('irc.public', sub { $self->on_public(@_) });
|
||||
$self->{pbot}->{event_dispatcher}->register_handler('irc.caction', sub { $self->on_public(@_) });
|
||||
|
||||
$self->{pbot}->{timer}->register(sub { $self->adjust_offenses }, 60 * 60 * 1, 'antirepeat');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user