From: minima Date: Mon, 5 Mar 2001 21:47:07 +0000 (+0000) Subject: typo X-Git-Tag: R_1_47~140 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=958cc95d51be017e52ec888f9b8629d2c61cbcc2;p=spider.git typo --- diff --git a/perl/cluster.pl b/perl/cluster.pl index bf9aecef..2c94dcc1 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -159,7 +159,7 @@ sub rec if ($user->lockout) { Log('DXCommand', "$call is locked out, disconnected"); $conn->send_now("Z$call|bye"); # this will cause 'client' to disconnect - $conn->disconect; + $conn->disconnect; return; }