From a4a0efe1fdceaebfd1a5d13a33a020bdcefd1808 Mon Sep 17 00:00:00 2001 From: joy <> Date: Tue, 10 Oct 2000 20:44:01 -0800 Subject: [PATCH] [project @ 2000-10-10 21:44:01 by joy] allow stuff after help :) --- scripts/service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/service.in b/scripts/service.in index e537860c..a00ff027 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: service.in,v 1.21 2000/10/09 00:32:23 ajt Exp $ +# $Id: service.in,v 1.22 2000/10/10 21:44:01 joy Exp $ # # Usage: service .nn # Temps: incoming/P.nn @@ -191,7 +191,7 @@ for ($procline=$i; $procline<=$#msg; $procline++) } else { &transcript("Info file $file does not exist.\n\n"); } - } elsif (m/^help$/i) { + } elsif (m/^help/i) { &sendhelp; &transcript("\n"); $ok++; -- 2.39.5