$self->send(pc22());
$self->state('normal');
$self->{lastping} = 0;
- my $thing = Thingy::Rt->new_cf(user=>$self->{call});
+ my $thing = Thingy::Rt->new(user=>$self->{call});
my $nref = Route::Node::get($self->{call});
$thing->broadcast if $thing->copy_pc16_data($nref);
}
my $origin = shift;
$self->state('normal');
$self->{lastping} = 0;
- my $thing = Thingy::Rt->new_cf(user=>$self->{call});
+ my $thing = Thingy::Rt->new(user=>$self->{call});
my $nref = Route::Node::get($self->{call});
$thing->broadcast if $thing->copy_pc16_data($nref);
}