aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2017-01-04 00:50:12 +0200
committerkongr45gpen <electrovesta@gmail.com>2017-01-04 00:50:12 +0200
commit81fc93a87a978735130cec0011ba3fb1eec90116 (patch)
tree604cf3cc0520dd946c0f56d811c1292eef1b868d /config.py
parent7f46f55d67c50f50dc51a00d2487250c4c1e5e94 (diff)
downloadsupybot_github-81fc93a87a978735130cec0011ba3fb1eec90116.tar.gz
supybot_github-81fc93a87a978735130cec0011ba3fb1eec90116.tar.bz2
supybot_github-81fc93a87a978735130cec0011ba3fb1eec90116.zip
Show force pushes even if push display is disabled
Closes #15
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py b/config.py
index 3e0f66c..86fd252 100644
--- a/config.py
+++ b/config.py
@@ -85,4 +85,8 @@ conf.registerChannelValue(Github, 'showPendingStatuses',
registry.Boolean(True,
"""Whether to show a message for a pending status (e.g. a build in progress)"""))
+conf.registerChannelValue(Github, 'alwaysShowForcedPushes',
+ registry.Boolean(True,
+ """Whether to always show force-pushes, even if hidePush is set to True"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

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