[SimBot-commits] CVS: simbot/plugins weather.pl,1.59,1.60
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-06 00:14:28
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28616/plugins Modified Files: weather.pl Log Message: Stop generating the forecast_debug file, and stop get CVS to stop nagging about it. Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -p -r1.59 -r1.60 --- weather.pl 6 May 2005 00:12:31 -0000 1.59 +++ weather.pl 6 May 2005 00:14:19 -0000 1.60 @@ -799,8 +799,8 @@ sub do_forecast { if ($response->fault) { &SimBot::send_message($channel, "$nick: Something unexpected happened: " . $response->faultstring); } else { - open(OUT, ">forecast_debug"); - print OUT $response->result; +# open(OUT, ">forecast_debug"); +# print OUT $response->result; my $xml = $response->result; |