From: g0vgs Date: Mon, 29 Oct 2001 14:48:25 +0000 (+0000) Subject: Fixed typo in /spider/cmd/set/register.pl from reqreq to reqreg X-Git-Tag: R_1_49~32 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=db3280504f804e18d5c57b9e14b12d7abe38e3a3 Fixed typo in /spider/cmd/set/register.pl from reqreq to reqreg --- diff --git a/Changes b/Changes index caf0ae37..21d741f6 100644 --- 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 diff --git a/cmd/set/register.pl b/cmd/set/register.pl index dc4a794f..3fa3fcb9 100644 --- a/cmd/set/register.pl +++ b/cmd/set/register.pl @@ -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;