Get rid of sar's "#" hack on the stocks; it no longer seems to work.

This commit is contained in:
terry%netscape.com 1999-01-29 20:56:23 +00:00
parent 3078d42808
commit 163fe0b582

View File

@ -55,7 +55,7 @@ use Chatbot::Eliza;
$|++;
my $VERSION = "1.22"; # keep me in sync with the mozilla.org cvs repository
my $VERSION = "1.27"; # keep me in sync with the mozilla.org cvs repository
my $debug = 1; # debug output also includes warnings, errors
my %msgcmds = (
@ -1034,8 +1034,8 @@ sub stocks {
sub LoadStockList {
%stocklist = ("#NSCP" => [$channel],
"#AOL" => [$channel]);
%stocklist = ("NSCP" => [$channel],
"AOL" => [$channel]);
if (open(LIST, $stockf)) {
%stocklist = ();