aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2013-07-30 15:02:40 +0300
committerkongr45gpen <kongr45gpen@helit.org>2013-07-30 15:02:40 +0300
commitcc2d1d9b586162e103294933964414378d60c20b (patch)
treeaf342ef2ce422399154a15db87958666e0136ff6 /config.py
parentabe80cbd2520a6e27b85ee1457ce889099274ffa (diff)
downloadsupybot_github-cc2d1d9b586162e103294933964414378d60c20b.tar.gz
supybot_github-cc2d1d9b586162e103294933964414378d60c20b.tar.bz2
supybot_github-cc2d1d9b586162e103294933964414378d60c20b.zip
Add hidePush 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 2c04845..261ac21 100644
--- a/config.py
+++ b/config.py
@@ -23,4 +23,7 @@ conf.registerGlobalValue(Github, 'channel',
conf.registerGlobalValue(Github, 'shortURL',
registry.Boolean(True, """Use git.io to produce shorter URLs"""))
+conf.registerGlobalValue(Github, 'hidePush',
+ registry.Boolean(False, """Whether to hide 'user pushed ... commits' message"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

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