From edb5979340a0d44574cd79796be3005c0bcfa30a Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 26 Apr 2012 22:15:33 +1200 Subject: [PATCH] Update plugins/weather.py --- plugins/weather.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/weather.py b/plugins/weather.py index 9c6381b..5314348 100755 --- a/plugins/weather.py +++ b/plugins/weather.py @@ -81,8 +81,8 @@ def weather(inp, nick='', server='', reply=None, db=None, notice=None): info['high_c'] = fahrenheit_to_celcius(info['high']) info['low_c'] = fahrenheit_to_celcius(info['low']) - reply('%(city)s: %(condition)s, %(temp_f)sF/%(temp_c)sC, (H:%(high)sF' \ - ', %(high_c)sC), (L:%(low)sF, %(low_c)sC), %(humidity)s, ' \ + reply('%(city)s: %(condition)s, %(temp_f)sF/%(temp_c)sC (High: %(high)sF' \ + '/%(high_c)sC) (Low: %(low)sF/%(low_c)sC), %(humidity)s, ' \ '%(wind_condition)s.' % info) if inp and not dontsave: