mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
hamweather changed on us
This commit is contained in:
parent
5693e0e30e
commit
b77a16f9e4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user