Revert "bot.reply" to "input.reply"

This commit is contained in:
melonhead 2009-12-09 12:11:32 -05:00
parent 3dcb0dd537
commit 9c44d8ce69
1 changed files with 1 additions and 1 deletions

View File

@ -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, ''):