From c935e0a1962df3f07a7e53bbb321bc3a18934dbd Mon Sep 17 00:00:00 2001 From: Edward Powell Date: Thu, 28 Feb 2013 15:25:55 -0500 Subject: [PATCH] [fuckingweather] Don't rate limit on failed command --- fuckingweather.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fuckingweather.py b/fuckingweather.py index fb83ee28b5..5f4652b12f 100644 --- a/fuckingweather.py +++ b/fuckingweather.py @@ -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'