This commit is contained in:
minima 2001-03-05 21:47:07 +00:00
parent 0a35942621
commit 958cc95d51

View File

@ -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;
}