diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-20 19:39:04 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-20 19:39:04 +0000 |
commit | e59d79e546de5a91accbe0924b56220969a489fb (patch) | |
tree | 00d7f52b85c60a9737db33ced56252b076a27dea /Echolot/Commands.pm | |
parent | 18a1444d32eb29599865fdb651cc73ab846300e7 (diff) |
Print status summary to log dailysnapshot/2003-02-20
Diffstat (limited to 'Echolot/Commands.pm')
-rw-r--r-- | Echolot/Commands.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Echolot/Commands.pm b/Echolot/Commands.pm index e0d7e5e..0ae4bf9 100644 --- a/Echolot/Commands.pm +++ b/Echolot/Commands.pm @@ -1,7 +1,7 @@ package Echolot::Commands; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Commands.pm,v 1.13 2003/02/18 06:38:07 weasel Exp $ +# $Id: Commands.pm,v 1.14 2003/02/20 19:39:03 weasel Exp $ # =pod @@ -79,6 +79,8 @@ sub processCommands($) { Echolot::Globals::get()->{'scheduler'}->schedule('buildthesaurus', 0, time() ); } elsif ($command eq 'buildfromlines') { Echolot::Globals::get()->{'scheduler'}->schedule('buildfromlines', 0, time() ); + } elsif ($command eq 'summary') { + Echolot::Globals::get()->{'scheduler'}->schedule('summary', 0, time() ); } elsif ($command eq 'delete') { Echolot::Globals::get()->{'storage'}->delete_remailer(@args); } elsif ($command eq 'setremailercaps') { |