Fixed typo in /spider/cmd/set/register.pl from reqreq to reqreg
authorg0vgs <g0vgs>
Mon, 29 Oct 2001 14:48:25 +0000 (14:48 +0000)
committerg0vgs <g0vgs>
Mon, 29 Oct 2001 14:48:25 +0000 (14:48 +0000)
Changes
cmd/set/register.pl

diff --git a/Changes b/Changes
index caf0ae37a177a16e081f301663c3b62780e137c3..21d741f6bddaf40e197e1cabdf17dba8454da997 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,7 +7,7 @@ and remove a user's password.
 it will send any messages to your callsign as they come in. unset/email
 will disable forwarding. This probably only works for unix systems. To enable
 this feature you need to download Mail::Send from CPAN and install it.
-(http://www.cpan.org/modules/by-module/Mail/Mail-Tools-1.40.tar.gz). If you
+(http://www.cpan.org/modules/by-module/Mail/MailTools-1.40.tar.gz). If you
 don't want this then it should work without.
 24Oct01=======================================================================
 1. added (un)set/register, show/registered commands which when a 'set/var
index dc4a794f2cbc086742c9d6c4659b6737658736dc..3fa3fcb9a6f077404e97333e092fb42929641238 100644 (file)
@@ -17,7 +17,7 @@ if ($self->priv < 9) {
        Log('DXCommand', $self->call . " attempted to register @args");
        return (1, $self->msg('e5'));
 }
-return (1, $self->msg('reginac')) unless $main::reqreq;
+return (1, $self->msg('reginac')) unless $main::reqreg;
 
 foreach $call (@args) {
        $call = uc $call;