Change buddy message.
[spider.git] / perl / DXProt.pm
index 53ca8ea37131662cbc0e3583e510c240eace6905..143b71e48e4a98c0ff141479aa76f1b73efb96a9 100644 (file)
@@ -333,7 +333,7 @@ sub normal
 {
        my ($self, $line) = @_;
 
-       if ($line =~ '^<\w+\s') {
+       if ($line =~ '^<\w+\s' && $main::do_xml) {
                DXXml::normal($self, $line);
                return;
        }