fix badword, ipv6 address detect, add CTY
[spider.git] / perl / DXCommandmode.pm
index d17f6f9178e2accdba36803005ac43901484aa84..01395c9052a52c429b2a27e547b608a575294689 100644 (file)
@@ -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;