2 # The system variables - those indicated will need to be changed to suit your
3 # circumstances (and callsign)
5 # Copyright (c) 1998 - Dirk Koopman G1TLH
15 @EXPORT_OK = qw($mycall $myname $myalias $mylatitude $mylongtitude $mylocator
16 $myqth $myemail $myprot_version
17 $clusterport $clusteraddr $debugfn
18 $def_hopcount $data $system $cmd
19 $userfn $motd $local_cmd $mybbsaddr
21 $pc50_interval $user_interval
25 # this really does need to change for your system!!!!
32 # Your 'normal' callsign (in CAPTTAL LETTERS)
35 # Your latitude (+)ve = North (-)ve = South in degrees and decimal degrees
36 $mylatitude = +52.68584579;
38 # Your Longtitude (+)ve = East, (-)ve = West in degrees and decimal degrees
39 $mylongitude = +0.94518260;
41 # Your locator (USE CAPITAL LETTERS)
42 $mylocator = "JO02LQ";
45 $myqth = "East Dereham, Norfolk";
48 $myemail = "djk\@tobit.co.uk";
51 $mybbsaddr = "G1TLH\@GB7TLH.#35.GBR.EU";
53 # the default language (the key used must match the one in the Messages file)
56 # the tcp address of the cluster this can be an address of an ethernet port
57 # but this is more secure. For normal use this will be fine.
58 $clusteraddr = "localhost";
60 # the port number of the cluster (just leave this, unless it REALLY matters to you)
63 # your favorite way to say 'Yes'
66 # your favorite way to say 'No'
69 # the interval between unsolicited prompts if not traffic
70 $user_interval = 11*60;
75 # system files live in
76 $system = "$root/sys";
78 # command files live in
81 # local command files live in (and overide $cmd)
82 $localcmd = "$root/local_cmd";
84 # where the user data lives
85 $userfn = "$data/users";
87 # the "message of the day" file
91 @debug = qw(chan state msg cron connect);