hamweather changed on us

This commit is contained in:
James Vega 2004-06-06 21:21:15 +00:00
parent 5693e0e30e
commit b77a16f9e4

View File

@ -270,6 +270,7 @@ class Weather(callbacks.Privmsg):
index = ' (Heat Index: %s)' % heat
if temp and conds and city and state:
conds = conds.replace('Tsra', 'Thunderstorms')
conds = conds.replace('Ts', 'Thunderstorms')
s = 'The current temperature at %s, %s is %s%s. Conditions: %s.'% \
(city, state, temp, index, conds)
irc.reply(s)