rewrote parts of Msg.pm and client.c so that the messages no longer use
[spider.git] / perl / client.pl
index bc2d46c7f9b2e322b55275f1991b91fd51133e8b..1935b8922b86cf853215d09774815e8f302f9fb6 100755 (executable)
@@ -53,7 +53,7 @@ sub cease
 {
        my $sendz = shift;
        if ($conn && $sendz) {
-               $conn->send_now("Z$call|bye...\n");
+               $conn->send_now("Z$call|bye...");
                sleep(1);
        }
        $stdout->flush if $stdout;