X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=01395c9052a52c429b2a27e547b608a575294689;hp=d17f6f9178e2accdba36803005ac43901484aa84;hb=6ec22e78a4a344ce675645fabf18b2a1971f364a;hpb=53b251b7abcc15dd2f854b7e8c2e71a075e9969a diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index d17f6f91..01395c90 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -406,7 +406,7 @@ sub normal } # check for excessive swearing - if ($self->{badcount} && $self->{badcount} >= $maxbadcount) { + if ($maxbadcount && $self->{badcount} && $self->{badcount} >= $maxbadcount) { LogDbg('DXCommand', "$self->{call} logged out for excessive swearing"); $self->disconnect; return;