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 country codes that my node is located in
58 # for example 'qw(EA EA8 EA9 EA0)' for Spain and all its islands.
59 # if you leave this blank then it will use the country code for
60 # your $mycall. This will suit 98% of sysops (including GB7 BTW).
65 # the tcp address of the cluster this can be an address of an ethernet port
66 # but this is more secure. For normal use this will be fine.
67 $clusteraddr = "localhost";
69 # the port number of the cluster (just leave this, unless it REALLY matters to you)
72 # your favorite way to say 'Yes'
75 # your favorite way to say 'No'
78 # the interval between unsolicited prompts if not traffic
79 $user_interval = 11*60;
84 # system files live in
85 $system = "$root/sys";
87 # command files live in
90 # local command files live in (and overide $cmd)
91 $localcmd = "$root/local_cmd";
93 # where the user data lives
94 $userfn = "$data/users";
96 # the "message of the day" file
100 @debug = qw(chan state msg cron connect);