X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fhelp.pl;h=d87de98113d6fc84829dd08619cedbd592dc307e;hb=0e84728de35d2dadbb9d624614a471b68ae9eef6;hp=f0da2f82f07dcbe2ea5caa8c48e83fe048649e02;hpb=d7338541ed3f380b0d10e0676bb5d64e6e5e4d7a;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;