1. Added msg command to allow the changing of To, From, Subject and so on the
[spider.git] / cmd / debug.pl
index 9b71d53cbe6b28771cd5ea111b3de10557f1eafe..5e69d098d10793593b63527ea0e65cf0a9d0a15a 100644 (file)
@@ -9,7 +9,7 @@
 #
 
 my $self = shift;
-return (0) if $self->priv < 9;
+return (1, $self->msg('e5')) if $self->priv < 9;
 
 $DB::single = 1;