X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm.issue;h=1433d080b5ca8c175cccb12f0eff66b68daed41b;hb=d6ef92100b25e721a15d00da498256853cc0acf2;hp=56b558fa52305a343879e8f10ef944a23beb93eb;hpb=f651e64ef06bd79eb2342e85d5dd7c86fee407d1;p=spider.git diff --git a/perl/DXVars.pm.issue b/perl/DXVars.pm.issue index 56b558fa..1433d080 100644 --- a/perl/DXVars.pm.issue +++ b/perl/DXVars.pm.issue @@ -17,7 +17,7 @@ require Exporter; $clusterport $clusteraddr $debugfn $def_hopcount $data $system $cmd $userfn $motd $local_cmd $mybbsaddr - $lang + $lang @my_cc $pc50_interval $user_interval ); @@ -53,6 +53,15 @@ $mybbsaddr = "G1TLH\@GB7TLH.#35.GBR.EU"; # the default language (the key used must match the one in the Messages file) $lang = 'en'; +# the country codes that my node is located in +# +# for example 'qw(EA EA8 EA9 EA0)' for Spain and all its islands. +# if you leave this blank then it will use the country code for +# your $mycall. This will suit 98% of sysops (including GB7 BTW). +# + +@my_cc = qw(); + # the tcp address of the cluster this can be an address of an ethernet port # but this is more secure. For normal use this will be fine. $clusteraddr = "localhost";