From b77a16f9e43055d1e26071f2a7ade8abcffd575e Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 6 Jun 2004 21:21:15 +0000 Subject: [PATCH] hamweather changed on us --- plugins/Weather.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Weather.py b/plugins/Weather.py index b639f5122..6b49da73e 100644 --- a/plugins/Weather.py +++ b/plugins/Weather.py @@ -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)