aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2013-07-31 16:40:14 +0300
committerkongr45gpen <kongr45gpen@helit.org>2013-07-31 16:40:14 +0300
commitc4f95513937071e046928c0e5131b88baa74e301 (patch)
treef2c0f475b6f74aec64fafa01b0b87862988a19c7 /config.py
parentcc2d1d9b586162e103294933964414378d60c20b (diff)
downloadsupybot_github-c4f95513937071e046928c0e5131b88baa74e301.tar.gz
supybot_github-c4f95513937071e046928c0e5131b88baa74e301.tar.bz2
supybot_github-c4f95513937071e046928c0e5131b88baa74e301.zip
Add passcode configuration variable
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.py b/config.py
index 261ac21..43841f9 100644
--- a/config.py
+++ b/config.py
@@ -26,4 +26,7 @@ conf.registerGlobalValue(Github, 'shortURL',
conf.registerGlobalValue(Github, 'hidePush',
registry.Boolean(False, """Whether to hide 'user pushed ... commits' message"""))
+conf.registerGlobalValue(Github, 'passcode',
+ registry.String('', """Password which should be included into the URL"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

© 2014-2024 Faster IT GmbH | imprint | privacy policy