+29Jun01=======================================================================
+1. fix merge command
28Jun01=======================================================================
1. fix problems with users on more than one node
27Jun01=======================================================================
my $call = uc $f[0];
return (1, $self->msg('e11')) if $call eq $main::mycall;
-my $ref = Route::Node:get($call);
+my $ref = Route::Node::get($call);
my $dxchan = $ref->dxchan if $ref;
return (1, $self->msg('e10', $call)) unless $ref;