Some minor tweaks

This commit is contained in:
Luke Rogers 2013-08-02 12:05:44 +12:00
parent e574a0d41e
commit fb2b5fc26e
2 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@ base_url = "http://api.wunderground.com/api/{}/{}/q/{}.json"
@hook.command(autohelp=None)
def weather(inp, reply=None, db=None, nick=None, bot=None):
def weather(inp, reply=None, db=None, nick=None, bot=None, notice=None):
"weather <location> [dontsave] -- Gets weather data"\
" for <location> from Wunderground."