aboutsummaryrefslogtreecommitdiff
path: root/modules/tweets.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-23 10:28:14 +0100
committerGravatar jesopo2019-05-23 10:28:14 +0100
commitcf29c371120929c53490d6017d5f43cf04f3cbc9 (patch)
treefcdce0685aca7a7edb319b35589ecc4ce80edbd6 /modules/tweets.py
parent`event.eat()` for command.regex hooks in github module (diff)
signature
Add usage examples for all settings
Diffstat (limited to 'modules/tweets.py')
-rw-r--r--modules/tweets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tweets.py b/modules/tweets.py
index 7f91465d..0e3f908d 100644
--- a/modules/tweets.py
+++ b/modules/tweets.py
@@ -12,7 +12,7 @@ REGEX_TWITTERURL = re.compile(
@utils.export("channelset", {"setting": "auto-tweet",
"help": "Enable/disable automatically getting tweet info",
- "validate": utils.bool_or_none})
+ "validate": utils.bool_or_none, "example": "on"})
class Module(ModuleManager.BaseModule):
_name = "Twitter"