removed DX and RT from groups
[spider.git] / perl / AMsg.pm
index 0a26bde217a87e46e23b13da6922dc195efcc3db..0b94c15d4bfc48a2d810b030919255dc6b208b56 100644 (file)
@@ -71,7 +71,7 @@ sub dequeue
                                # this is the first stage that we have a callsign
                                # do we have a hello?
                                $msg =~ s/[\r\n]+$//;
-                               if ($msg =~ m{RT,[0-9A-F,]+|HELLO}) {
+                               if ($msg =~ m{|HELLO,}) {
                                        # a possibly valid HELLO line, process it
                                        $conn->new_channel($msg);
                                }