aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authoralezakos <electrovesta@gmail.com>2016-07-01 21:44:06 +0300
committerGitHub <noreply@github.com>2016-07-01 21:44:06 +0300
commit4556be9d1fd6f7d0b3fd85152fef9cd0be7edf1c (patch)
tree7cc203d55fd399030c28da85fafc3572de7f5790 /config.py
parent7a4da364c3784bbe7ea591917aa93b870059938d (diff)
downloadsupybot_github-4556be9d1fd6f7d0b3fd85152fef9cd0be7edf1c.tar.gz
supybot_github-4556be9d1fd6f7d0b3fd85152fef9cd0be7edf1c.tar.bz2
supybot_github-4556be9d1fd6f7d0b3fd85152fef9cd0be7edf1c.zip
Add warning about the passcode
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index c519702..eba5b61 100644
--- a/config.py
+++ b/config.py
@@ -27,7 +27,7 @@ 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"""))
+ registry.String('', """Password which should be included into the URL (DEPRECATED AND DANGEROUS!)"""))
conf.registerGlobalValue(Github, 'disallowChannelOverride',
registry.Boolean(False,

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