diff options
| author | 2016-04-06 12:02:44 +0100 | |
|---|---|---|
| committer | 2016-04-06 12:02:44 +0100 | |
| commit | 9b2556a65a963ebab123bd4bdc090658f4cd6fef (patch) | |
| tree | 610a8875039227453a3842924bd012e3afcf6883 /modules/seen.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/seen.py')
| -rw-r--r-- | modules/seen.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/seen.py b/modules/seen.py index dc2d7ae1..ad2e7dc6 100644 --- a/modules/seen.py +++ b/modules/seen.py @@ -7,7 +7,8 @@ class Module(object): ).hook(self.channel_message) bot.events.on("received").on("command").on("seen").hook( self.seen, min_args=1, - help="Find out when a user was last seen") + help="Find out when a user was last seen", + usage="<username>") def channel_message(self, event): seen_seconds = time.time() |
