From 9b2556a65a963ebab123bd4bdc090658f4cd6fef Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 6 Apr 2016 12:02:44 +0100 Subject: added usage help to a lot of modules, added a verbose option to karma.py. --- modules/title.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/title.py') diff --git a/modules/title.py b/modules/title.py index 23c966bb..6ccc7044 100644 --- a/modules/title.py +++ b/modules/title.py @@ -7,7 +7,7 @@ class Module(object): def __init__(self, bot): bot.events.on("received").on("command").on("title", "t").hook( self.title, help="Get the title of the provided or most " - "recent URL.") + "recent URL.", usage="[URL]") def title(self, event): url = None -- cgit v1.3.1-10-gc9f91