[SimBot-commits] CVS: simbot/plugins weather.pl,1.65,1.66
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-06 22:37:56
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22438/plugins Modified Files: weather.pl Log Message: No more %weather <lat> <long>. Use %weather forecast <zip> instead. Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -p -r1.65 -r1.66 --- weather.pl 6 May 2005 22:23:44 -0000 1.65 +++ weather.pl 6 May 2005 22:37:47 -0000 1.66 @@ -986,12 +986,12 @@ sub new_get_wx { } return; } - if(($lat) = $station =~ /(-?[\d\.]+)/) { - my $long = $args[0]; - - &get_forecast($nick, $channel, $lat, $long); - return; - } +# if(($lat) = $station =~ /(-?[\d\.]+)/) { +# my $long = $args[0]; +# +# &get_forecast($nick, $channel, $lat, $long); +# return; +# } if($command =~ /^.metar$/) { $flags |= RAW_METAR; } foreach(@args) { |