diff options
Diffstat (limited to 'flood-detect')
-rw-r--r-- | flood-detect/flood_detect.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/flood-detect/flood_detect.pl b/flood-detect/flood_detect.pl index f34c7ae..d2eeb95 100644 --- a/flood-detect/flood_detect.pl +++ b/flood-detect/flood_detect.pl @@ -72,6 +72,8 @@ our %IRSSI = ( my $NAME = $IRSSI{name}; my $DEBUG = 0; +my $activity; + sub DEBUG () { $DEBUG } sub setup_changed { @@ -111,6 +113,12 @@ sub init { init(); +sub update_activity { + my ($nick, $channel, $server) = @_; +} + +sub prune_activity_list { +} sub apply_flood_action { |