diff options
| author | 2016-04-06 12:02:44 +0100 | |
|---|---|---|
| committer | 2016-04-06 12:02:44 +0100 | |
| commit | 9b2556a65a963ebab123bd4bdc090658f4cd6fef (patch) | |
| tree | 610a8875039227453a3842924bd012e3afcf6883 /modules/in.py | |
| parent | changed README.md a little. (diff) | |
added usage help to a lot of modules, added a verbose option to karma.py.
Diffstat (limited to 'modules/in.py')
| -rw-r--r-- | modules/in.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/in.py b/modules/in.py index 97ec1cc6..79094eb1 100644 --- a/modules/in.py +++ b/modules/in.py @@ -9,7 +9,7 @@ class Module(object): self.bot = bot bot.events.on("received").on("command").on("in").hook( self.in_command, min_args=2, - help="Set a reminder") + help="Set a reminder", usage="<time> <message>") bot.events.on("received").on("numeric").on("001").hook( self.on_connect) |
