diff options
Diffstat (limited to 'Echolot/Commands.pm')
-rw-r--r-- | Echolot/Commands.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Commands.pm b/Echolot/Commands.pm index df475b0..fd02adc 100644 --- a/Echolot/Commands.pm +++ b/Echolot/Commands.pm @@ -82,7 +82,8 @@ sub processCommands($) { } elsif ($command eq 'buildfromlines') { Echolot::Globals::get()->{'scheduler'}->schedule('buildfromlines', 0, time() ); } elsif ($command eq 'summary') { - Echolot::Globals::get()->{'scheduler'}->schedule('summary', 0, time() ); + @args = ('manual'); + Echolot::Globals::get()->{'scheduler'}->schedule('summary', 0, time(), \@args ); } elsif ($command eq 'delete') { Echolot::Globals::get()->{'storage'}->delete_remailer(@args); } elsif ($command eq 'setremailercaps') { |