aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2016-07-30 20:48:09 +0300
committerkongr45gpen <electrovesta@gmail.com>2016-07-30 20:48:09 +0300
commit93beeec8ceb8cb62c1da3ae5239e4299ebf3dc50 (patch)
tree2e6da93fa5b4fba10d9b0e9a72afb22602c52330 /config.py
parente5d698ab769bb03340d83e253721c6c3f56ade01 (diff)
downloadsupybot_github-93beeec8ceb8cb62c1da3ae5239e4299ebf3dc50.tar.gz
supybot_github-93beeec8ceb8cb62c1da3ae5239e4299ebf3dc50.tar.bz2
supybot_github-93beeec8ceb8cb62c1da3ae5239e4299ebf3dc50.zip
Add a config value to hide URLs
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 eba5b61..a6f76e6 100644
--- a/config.py
+++ b/config.py
@@ -67,4 +67,8 @@ conf.registerGlobalValue(Github, 'allowArbitraryMessages',
registry.Boolean(False,
"""Whether to allow parsing and showing arbitrary messages sent by a client"""))
+conf.registerGlobalValue(Github, 'hideURL',
+ registry.Boolean(False,
+ """Whether to not display the URLs of actions"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

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