From 9c44d8ce6971fb5a830d0738e22d9b77aca16edb Mon Sep 17 00:00:00 2001 From: melonhead Date: Wed, 9 Dec 2009 12:11:32 -0500 Subject: [PATCH] Revert "bot.reply" to "input.reply" --- plugins/weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/weather.py b/plugins/weather.py index 697a947..9556b9f 100644 --- a/plugins/weather.py +++ b/plugins/weather.py @@ -63,7 +63,7 @@ def weather(bot, input): info['high'] = w.find('forecast_conditions/high').get('data') info['low'] = w.find('forecast_conditions/low').get('data') - bot.reply('%(city)s: %(condition)s, %(temp_f)sF/%(temp_c)sC (H:%(high)sF'\ + input.reply('%(city)s: %(condition)s, %(temp_f)sF/%(temp_c)sC (H:%(high)sF'\ ', L:%(low)sF), %(humidity)s, %(wind_condition)s.' % info) if not dontsave and loc != stalk.get(nick, ''):