added show sun
[spider.git] / cmd / help.pl
index f0da2f82f07dcbe2ea5caa8c48e83fe048649e02..d87de98113d6fc84829dd08619cedbd592dc307e 100644 (file)
@@ -14,7 +14,7 @@ my ($self, $line) = @_;
 my @out;
 
 # this is naff but it will work for now
-$line = "help" if !$line;
+$line = "help" unless $line;
 my $lang = $self->lang;
 $lang = 'en' if !$lang;