aboutsummaryrefslogtreecommitdiffstats
path: root/flood-detect
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-12-02 11:37:00 +0000
committerTom Feist <shabble@metavore.org>2011-12-02 11:47:17 +0000
commit85f08fc4684b854d973b3ad771bfd03af2b70b87 (patch)
tree09020fa22129346491566fb1d3f3fdc314ce5756 /flood-detect
parentAdd a whole bunch of un-tracked files that need some looking at. (diff)
downloadirssi-scripts-85f08fc4684b854d973b3ad771bfd03af2b70b87.tar.gz
irssi-scripts-85f08fc4684b854d973b3ad771bfd03af2b70b87.zip
Another flagrant abuse of version control because I'm too lazy to stash.
Diffstat (limited to 'flood-detect')
-rw-r--r--flood-detect/flood_detect.pl8
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 {