From 31acdd74c177f6de8f94012d7cb03ad8e96e521c Mon Sep 17 00:00:00 2001 From: wens Date: Fri, 18 Jul 2008 04:14:36 +0000 Subject: Fix weather report git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4388 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/weather.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/weather.perl b/util/weather.perl index 36d773d7..27c08d47 100644 --- a/util/weather.perl +++ b/util/weather.perl @@ -20,7 +20,7 @@ sub weather_report # Header # ¤º®e - open(WEATHER, "$LYNX -assume_charset=big5 -assume_local_charset=big5 -dump -nolist $link|"); + open(WEATHER, "$WGET --quiet -O - $link|"); while () { print BBSPOST if ($_ ne "\n"); -- cgit v1.2.3