add all the basic aranea routing + local configuration broadcasts
[spider.git] / perl / AMsg.pm
index 0a26bde217a87e46e23b13da6922dc195efcc3db..15596a98196958e3e2185e0d76cb09ca397f26da 100644 (file)
@@ -22,10 +22,8 @@ use Thingy;
 use Thingy::Hello;
 
 use vars qw($VERSION $BRANCH);
-$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ );
-$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /^\d+\.\d+(?:\.(\d+)\.(\d+))?$/  || (0,0));
-$main::build += $VERSION;
-$main::branch += $BRANCH;
+
+main::mkver($VERSION = q$Revision$);
 
 use vars qw(@ISA $deftimeout);
 
@@ -71,7 +69,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);
                                }