chop out all the external linking and add prototype pc92 sentence.
[spider.git] / perl / DXChannel.pm
index c9395e3e4d5dd0471f17e71dcc978fdeda482f92..bf419cec07452ce674993085f99cc72acb2bce69 100644 (file)
@@ -119,6 +119,8 @@ $count = 0;
                  lastmsgpoll => '0,Last Msg Poll,atime',
                  inscript => '9,In a script,yesno',
                  handle_xml => '9,Handles XML,yesno',
+                 do_pc92 => '9,Handles PC92,yesno',
+                 send_pc92 => '9,Send PC92,atime',
                  inqueue => '9,Input Queue,parray',
                 );
 
@@ -384,7 +386,7 @@ sub send_later
                for (@lines) {
                        $conn->send_later("$sort$call|$_");
                        # debug log it, but not if it is a log message
-                       dbg("-> $sort $call $_") if $sort ne 'L' isdbg('chan');
+                       dbg("-> $sort $call $_") if $sort ne 'L' && isdbg('chan');
                }
        }
        $self->{t} = time;