sh/dx and sh/dxcc now fully implemented
[spider.git] / perl / DXM.pm
index 80b2fbc7bf8398b3ba8bffbe3f8fa281359ef7c4..e92f9f7a5aaeaf8ab300a7edf12508a14f111171 100644 (file)
@@ -31,6 +31,7 @@ require Exporter;
   e1 => 'Invalid command',
   e2 => 'Error: $_[0]',
   e3 => '$_[0]: $_[1] not found',
+  e4 => 'Need at least a prefix or callsign',
   email => 'E-mail address set to: $_[0]',
   heres => 'Here set on $_[0]',
   hereu => 'Here unset on $_[0]',
@@ -39,6 +40,8 @@ require Exporter;
   l1 => 'Sorry $_[0], you are already logged on on another channel',
   l2 => 'Hello $_[0], this is $main::mycall located in $main::myqth',
   m2 => '$_[0] Information: $_[1]',
+  node => '$_[0] set as AK1A style Node',
+  nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line',
   pr => '$_[0] de $main::mycall $main::cldate $main::ztime >',
   prx => '$main::$mycall >',
   talks => 'Talk flag set on $_[0]',