summaryrefslogtreecommitdiffstats
path: root/util/weather.perl
diff options
context:
space:
mode:
Diffstat (limited to 'util/weather.perl')
-rw-r--r--util/weather.perl2
1 files changed, 1 insertions, 1 deletions
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 (<WEATHER>) {
print BBSPOST if ($_ ne "\n");