Added BBS.pm to start allowing BBSes to send mail into the cluster
[spider.git] / perl / cluster.pl
index 36c2f8bd027005b8ae6a16db4cfba6fe5d1e2477..0ed98e55b39ddd33926ec6dbcd8e3aa670b080f2 100755 (executable)
@@ -148,6 +148,7 @@ sub rec
                # create the channel
                $dxchan = DXCommandmode->new($call, $conn, $user) if ($user->sort eq 'U');
                $dxchan = DXProt->new($call, $conn, $user) if ($user->sort eq 'A');
+               $dxchan = BBS->new($call, $conn, $user) if ($user->sort eq 'B');
                die "Invalid sort of user on $call = $sort" if !$dxchan;
        }