aboutsummaryrefslogtreecommitdiff
path: root/modules/to.py
diff options
context:
space:
mode:
authorGravatar jesopo2016-04-06 12:02:44 +0100
committerGravatar jesopo2016-04-06 12:02:44 +0100
commit9b2556a65a963ebab123bd4bdc090658f4cd6fef (patch)
tree610a8875039227453a3842924bd012e3afcf6883 /modules/to.py
parentchanged README.md a little. (diff)
added usage help to a lot of modules, added a verbose option to karma.py.
Diffstat (limited to 'modules/to.py')
-rw-r--r--modules/to.py2
1 files changed, 1 insertions, 1 deletions
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="<username> <message>")
def channel_message(self, event):
setting = "to-%s" % event["user"].nickname