Remove incorrect and redundant usage
!weather
This commit is contained in:
parent
91d32dae9b
commit
a7a3f5fd25
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
if not user_location == None:
|
if not user_location == None:
|
||||||
return "%s, %s" % (user_location["city"], user_location["country"])
|
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):
|
def weather(self, event):
|
||||||
"""
|
"""
|
||||||
:help: Get current weather for you or someone else
|
:help: Get current weather for you or someone else
|
||||||
|
|
Loading…
Reference in a new issue