Skip to content

Commit

Permalink
.temp command now accepts cities iN aNy CaSe
Browse files Browse the repository at this point in the history
  • Loading branch information
serpis committed Jul 5, 2011
1 parent 9c6ca41 commit d33b80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/standard.py
Expand Up @@ -170,7 +170,7 @@ def trig_temp(self, bot, source, target, trigger, argument):
else:
actual_argument = argument

url = "http://www.temperatur.nu/termo/%s/temp.txt" % actual_argument
url = "http://www.temperatur.nu/termo/%s/temp.txt" % actual_argument.lower()
response = utility.read_url(url)
m = None

Expand Down

0 comments on commit d33b80b

Please sign in to comment.