[7981] in SIPB bug reports
Re: [raf@MIT.EDU: Re: New acron entry: RPR]
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Apr 1 06:06:19 2002
Date: Mon, 1 Apr 2002 06:06:16 -0500 (EST)
Message-Id: <200204011106.GAA08182@brad-majors.mit.edu>
From: Garry Zacheiss <zacheiss@MIT.EDU>
To: John Hawkinson <jhawk@mit.edu>
CC: bug-sipb@mit.edu
In-reply-to: "[7978] in SIPB bug reports"
I'm probably going to regret opening my mouth, but that's never
stopped me before. Here's a suggested patch.
Garry
--- whats.pl 1999/04/14 21:59:07 1.2
+++ whats.pl 2002/04/01 11:02:24
@@ -70,7 +70,9 @@
die "\nNo definition given\n" unless $def;
-print "Add this entry to the database? (y/n) ";
+print "Would you like this entry to appear in the database?\n";
+print "Answering 'yes' will send electronic mail on your behalf\n";
+print "requesting that this acronym be added to our database. (y/n) ";
$yn = <STDIN>;
if ($yn =~ /^[Yy]/) {
print STDERR $yn;