X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fhelp.pl;h=d87de98113d6fc84829dd08619cedbd592dc307e;hb=1566a1eefdf276e28698fc0e94b1cf3113fc25d5;hp=f0da2f82f07dcbe2ea5caa8c48e83fe048649e02;hpb=371caba1b5b241d10e9f68bfb2b866141f3ea84e;p=spider.git diff --git a/cmd/help.pl b/cmd/help.pl index f0da2f82..d87de981 100644 --- a/cmd/help.pl +++ b/cmd/help.pl @@ -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;