From 85f08fc4684b854d973b3ad771bfd03af2b70b87 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 2 Dec 2011 11:37:00 +0000 Subject: Another flagrant abuse of version control because I'm too lazy to stash. --- flood-detect/flood_detect.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'flood-detect') 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 { -- cgit v1.2.3