Skip to content

Commit

Permalink
[fuckingweather] Don't rate limit on failed command
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Feb 28, 2013
1 parent affd175 commit c935e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuckingweather.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def fucking_weather(willie, trigger):
willie.reply(results[0])
else:
willie.reply("I CAN'T GET THE FUCKING WEATHER.")
return willie.NOLIMIT
fucking_weather.commands = ['fucking_weather', 'fw']
fucking_weather.rate = 30
fucking_weather.priority = 'low'

0 comments on commit c935e0a

Please sign in to comment.