X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=98eabf63bc7f30d10749535ffec969243cd32588;hb=8f58735f5c9c090f2e5e00e05c7ad0834eccb741;hp=aa95e7ac680df8c1f16ca30992312c6c69083da3;hpb=60d889442d24ab5567fe0b6c9bb923f4297a07bd;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index aa95e7ac..98eabf63 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -67,6 +67,7 @@ use DXBearing; use DXDb; use DXHash; use DXDupe; +use Script; use Prefix; use Spot; use Bands; @@ -159,7 +160,8 @@ sub new_channel # is he locked out ? if ($user->lockout) { - Log('DXCommand', "$call is locked out, disconnected"); + my $host = $conn->{peerhost} || "unknown"; + Log('DXCommand', "$call on $host is locked out, disconnected"); $conn->disconnect; return; } @@ -451,6 +453,8 @@ DXDebug::dbgclean(); # this, such as it is, is the main loop! dbg("orft we jolly well go ..."); +my $script = new Script "startup"; +$script->run($DXProt::me) if $script; #open(DB::OUT, "|tee /tmp/aa");