localhost (or everything) and they telnet to localhost and login with their
callsign. This means that they don't need a client anymore (for local access)
+22Apr01=======================================================================
+1. Sysops can now have full privileges if there is a ExtMsg listener on
+localhost (or everything) and they telnet to localhost and login with their
+callsign.
18Apr01=======================================================================
1. added Ian M0AZM's Java Client (SpiderConsole)
17Apr01=======================================================================
} elsif ($conn->{state} eq 'WL' ) {
$msg = uc $msg;
if (is_callsign($msg)) {
- $conn->to_connected($msg, 'A', $conn->{csort});
+ my $sort = $conn->{csort};
+ $sort = 'local' if $conn->{peerhost} eq "127.0.0.1";
+ $conn->to_connected($msg, 'A', $sort);
} else {
$conn->send_now("Sorry $msg is an invalid callsign");
$conn->disconnect;