aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-04-28 15:20:37 +0100
committerGravatar jesopo2019-04-28 15:20:37 +0100
commita7a3f5fd2553243d5f93f84da5056e0bc5c2ff0c (patch)
tree358a751a613c368316b69cf50a9e7a319332b59e
parent"%", not "," (diff)
signature
Remove incorrect and redundant `usage` !weather
-rw-r--r--modules/weather.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weather.py b/modules/weather.py
index a4926329..b5729d0c 100644
--- a/modules/weather.py
+++ b/modules/weather.py
@@ -10,7 +10,7 @@ class Module(ModuleManager.BaseModule):
if not user_location == None:
return "%s, %s" % (user_location["city"], user_location["country"])
- @utils.hook("received.command.weather", usage="<location>")
+ @utils.hook("received.command.weather")
def weather(self, event):
"""
:help: Get current weather for you or someone else