diff options
| author | 2019-06-18 17:33:42 +0100 | |
|---|---|---|
| committer | 2019-06-18 17:33:42 +0100 | |
| commit | 77ea95f0a9ba4cf718071f8fd3bbb594f2e18a97 (patch) | |
| tree | 39f701ae4dbebbe3f995c6c88908f45dbf7a5c22 /modules/8ball.py | |
| parent | `location_name` will not be defined when querying a location instead of a user (diff) | |
| signature | ||
Remove "!" from help strings
Diffstat (limited to 'modules/8ball.py')
| -rw-r--r-- | modules/8ball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/8ball.py b/modules/8ball.py index 864c40f2..5cacecfd 100644 --- a/modules/8ball.py +++ b/modules/8ball.py @@ -35,7 +35,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("received.command.8ball", min_args=1) def decide(selfs, event): """ - :help: Ask the mystic 8ball a question! + :help: Ask the mystic 8ball a question :usage: <question> """ event["stdout"].write("You shake the magic ball... it says %s" % |
