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/to.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/to.py') diff --git a/modules/to.py b/modules/to.py index 66e248fc..21c5bb69 100644 --- a/modules/to.py +++ b/modules/to.py @@ -7,7 +7,7 @@ class Module(object): bot.events.on("received").on("command").on("to").hook( self.to, min_args=2, help=("Relay a message to a " "user the next time they talk in a channel"), - channel_only=True) + channel_only=True, usage=" ") def channel_message(self, event): setting = "to-%s" % event["user"].nickname -- cgit v1.3.1-10-gc9f91