1. Allow overrides (on modern versions of perl) with things in DXVars.pm, such
$clusterport. This is really only of use for people trying to run more than
one instance of DXSpider on the same machine.
+2. Fix who command to make RBN connections as RBN and not USER.
02Jan22=======================================================================
1. Fix dx bug introduced to handle dx by ip <ipaddr> for webclusters.
2. Remove _add_thingy dbg message from general view.
$sort = "LOCL" if $dxchan->conn->isa('IntMsg');\r
$sort = "WEB " if $dxchan->is_web;\r
$sort = "EXT " if $dxchan->conn->isa('ExtMsg');\r
+ $type = "RBN " if $dxchan->is_rbn; # Yes, this is NOT a typo\r
}\r
my $name = $dxchan->user->name || " ";\r
my $ping = $dxchan->is_node && $dxchan != $main::me ? sprintf("%5.2f", $dxchan->pingave) : " ";\r