From 47a35911bc7916d60a54fb1e07787d3436be5e81 Mon Sep 17 00:00:00 2001 From: djk Date: Tue, 10 Nov 1998 22:00:13 +0000 Subject: [PATCH] added Messages file (wot I forgot) --- perl/Messages | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 perl/Messages diff --git a/perl/Messages b/perl/Messages new file mode 100644 index 00000000..34f0576a --- /dev/null +++ b/perl/Messages @@ -0,0 +1,48 @@ +#!/usr/bin/perl +# +# this file contains the system messages. Don't forget to reload them +# if you change them +# +# $Id$ +# + +package DXM; + +%msgs = ( + en => { + addr => 'Address set to: $_[0]', + anns => 'Announce flag set on $_[0]', + annu => 'Announce flag unset on $_[0]', + conother => 'Sorry $_[0] you are connected on another port', + concluster => 'Sorry $_[0] you are already connected elsewhere on the cluster', + dxs => 'DX Spots flag set on $_[0]', + dxu => 'DX Spots flag unset on $_[0]', + e1 => 'Invalid command', + e2 => 'Error: $_[0]', + e3 => '$_[0]: $_[1] not found', + e4 => 'Need at least a prefix or callsign', + e5 => 'Not Allowed', + email => 'E-mail address set to: $_[0]', + heres => 'Here set on $_[0]', + hereu => 'Here unset on $_[0]', + homebbs => 'Home BBS set to: $_[0]', + homenode => 'Home Node set to: $_[0]', + l1 => 'Sorry $_[0], you are already logged on on another channel', + 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', + nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line', + ok => 'Operation successful', + pr => '$_[0] de $main::mycall $main::cldate $main::ztime >', + priv => 'Privilege level changed on $_[0]', + prx => '$main::$mycall >', + talks => 'Talk flag set on $_[0]', + talku => 'Talk flag unset on $_[0]', + wwvs => 'WWV flag set on $_[0]', + wwvu => 'WWV flag unset on $_[0]', + }, + fr => { + }, + de => { + }, +); -- 2.34.1