added ping and rcmd commands
[spider.git] / perl / Messages
index 4ef03985a74187ccf877446962be29d32faa69ed..3709b2ddcab9cd96477ecc577e9d9fee7622e3ce 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 # 
 # this file contains the system messages. Don't forget to reload them
-# if you change them
+# if you change them (load/messages)
 #
 # $Id$
 #
@@ -27,6 +27,8 @@ package DXM;
                                e3 => '$_[0]: $_[1] not found',
                                e4 => 'Need at least a prefix or callsign',
                                e5 => 'Not Allowed',
+                               e6 => 'Need a callsign',
+                               e7 => 'callsign $_[0] not visible on the cluster',
                                email => 'E-mail address set to: $_[0]',
                                heres => 'Here set on $_[0]',
                                hereu => 'Here unset on $_[0]',
@@ -36,11 +38,19 @@ package DXM;
                                l2 => 'Hello $_[0], this is $main::mycall in $main::myqth running DXSpider V$main::version',
                                m2 => '$_[0] Information: $_[1]',
                                node => '$_[0] set as AK1A style Node',
+                               nodec => '$_[0] created as AK1A style Node',
                                nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line',
                                ok => 'Operation successful',
+                               page => 'Press Enter to continue, A to abort ($_[0] lines) >',
+                               pingo => 'Ping Started to $_[0]',
+                               pingi => 'Ping Returned from $_[0] ($_[2] secs)',
                                pr => '$_[0] de $main::mycall $main::cldate $main::ztime >',
                                priv => 'Privilege level changed on $_[0]',
                                prx => '$main::mycall >',
+                               rcmdo => 'RCMD \"$_[0]\" sent to $_[1]',
+                               read1 => 'Sorry, no new messages for you',
+                               read2 => 'Msg $_[0] not found',
+                               read3 => 'Msg $_[0] not available',
                                shutting => '$main::mycall shutting down...',
                                talks => 'Talk flag set on $_[0]',
                                talku => 'Talk flag unset on $_[0]',