clean up various things and add the DXXml.pm module
[spider.git] / perl / AMsg.pm
index 4ca43cb495951433f88cf4e325f548e9d3d7e037..4738403a5bf2d2b1f6aee333ac8709ce3c1208c5 100644 (file)
@@ -126,7 +126,6 @@ sub new_client {
                        $conn->{outbound} = 0;
                        $conn->{state} = 'WH';          # wait for return authorize
                        my $thing = $conn->{lastthing} = Thingy::Hello->new();
-
                        $thing->send($conn, 'Aranea');
                        dbg("-> D $conn->{peerhost} $thing->{Aranea}") if isdbg('chan');
                }