[SimBot-commits] CVS: simbot/plugins weather.pl,1.61,1.62
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-06 00:21:40
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30631/plugins Modified Files: weather.pl Log Message: Removes a "still active" warning. Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -p -r1.61 -r1.62 --- weather.pl 6 May 2005 00:16:35 -0000 1.61 +++ weather.pl 6 May 2005 00:21:25 -0000 1.62 @@ -921,6 +921,7 @@ sub new_get_wx { } else { &SimBot::send_message($channel, "$nick: I do not know where that zip code is."); } + $get_lat_long_query->finish; } else { &SimBot::send_message($channel, "$nick: For what US Zip code do you want a forecast?"); } |