DXUser::get*. This will break any third party addons or commands use these
commands.
2. Change version to 1.55
+3. Drop the lower limit of 60m to 5100 after Dave G7RAU pointed out usage.
+(see http://www.bandplans.com/index.php?band=60)
22Apr08=======================================================================
1. Added two Xmas Is calls.
15Apr08=======================================================================
ssb => [ 3601, 4000 ]
}, 'Bands'),
- '60m' => bless( { band => [ 5258, 5410],
+ '60m' => bless( { band => [ 5100, 5410],
ssb => [5300, 5410],
}, 'Bands' ),
foreach $call (@args) {
$call = uc $call;
- if ($ref = DXUser->get_current($call)) {
+ if ($ref = DXUser::get_current($call)) {
$ref->passwd($pass);
$ref->put();
push @out, $self->msg("password", $call);
<p><li>It is important that you remember when you have tie
hashes using MLDBM et al. If you do a
- <tt>DXUser->get($call)</tt> you will get a different (older)
+ <tt>DXUser::get($call)</tt> you will get a different (older)
thing than the one in <tt>$self->user</tt>. This is almost
certainly NOT what you want if want to modify a user that is
currently connected. Either use <tt>$self->user</tt> or, if
- you want another user, use <tt>DXUser->get_current($call)</tt>
+ you want another user, use <tt>DXUser::get_current($call)</tt>
<p><li>If you want to debug something, start the cluster.pl up thus:-
<pre>