$main::me->{metric} = 0;
$main::me->{pingave} = 0;
$main::me->{registered} = 1;
- $main::me->{version} = 5251 + $main::version;
+ $main::me->{version} = 5252 + $main::version;
$main::me->{build} = $main::build;
}
my $conf = $ref->conf;
my $version = $ref->version;
$version = 5300 + int($version*100) if $version < 2;
- $version = 5250 + int($version*100) if $version < 3;
+ $version = 5252 + int($version*100) if $version < 3;
my $str = "^$here^$call^$conf^$version";
if (length($s) + length($str) > $sentencelth) {
push @out, "PC19" . $s . sprintf "^%s^", get_hops(19);
Aranea->init();
# put in a DXCluster node for us here so we can add users and take them away
-$routeroot = Route::Node->new($mycall, $version*100+5251, Route::here($main::me->here)|Route::conf($main::me->conf));
+$routeroot = Route::Node->new($mycall, $version*100+5252, Route::here($main::me->here)|Route::conf($main::me->conf));
# make sure that there is a routing OUTPUT node default file
#unless (Filter::read_in('route', 'node_default', 0)) {