X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fclient.pl;h=b84945783155cd70a36685524ab78bf50fd98735;hb=b06a8b34356732ab544f4bba0102c5793b34e3d9;hp=740a9e7211d45bb27c4dfadf8cebe3f0243e0e7c;hpb=38adb616f6c6e45b322c695684f7d2bddfd87644;p=spider.git diff --git a/perl/client.pl b/perl/client.pl index 740a9e72..b8494578 100755 --- a/perl/client.pl +++ b/perl/client.pl @@ -477,6 +477,7 @@ if ($connsort eq "connect") { setmode(); # adjust the callsign if it has an SSID, SSID <= 8 are legal > 8 are netrom connections +$call =~ s/-0$//; # strip off -0 as this is equiv to just call on its own my ($scall, $ssid) = split /-/, $call; $ssid = undef unless $ssid && $ssid =~ /^\d+$/; if ($ssid) {