Started on the dx cluster database stuff
[spider.git] / perl / DXM.pm
index 99fd3773f6369ae4c3622854e314f714a4c27992..9be309894b8e7402c4cffa5cdf43f1f9eb2ff22f 100644 (file)
@@ -23,6 +23,11 @@ require Exporter;
 %msgs = (
   l1 => 'Sorry $_[0], you are already logged on on another channel',
   l2 => 'Hello $_[0], this is $main::mycall located in $main::myqth',
+  pr => '$_[0] de $main::mycall $main::cldate $main::ztime >',
+  e1 => 'Invalid command',
+  e2 => 'Error: $_[0]',
+  conother => 'Sorry $_[0] you are connected on another port',
+  concluster => 'Sorry $_[0] you are already connected elsewhere on the cluster',
 );
 
 sub msg