aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2014-05-11 15:15:43 +0300
committerkongr45gpen <electrovesta@gmail.com>2014-05-11 15:15:43 +0300
commitb566a6c3008af7b2549431cfe08c571c1d9cf8e5 (patch)
tree5b2108a571e969f0690d82fba0b4f1d9c8310ddc /config.py
parent7a959464a488e539a442bdbcefb9daa5684f44ac (diff)
downloadsupybot_github-b566a6c3008af7b2549431cfe08c571c1d9cf8e5.tar.gz
supybot_github-b566a6c3008af7b2549431cfe08c571c1d9cf8e5.tar.bz2
supybot_github-b566a6c3008af7b2549431cfe08c571c1d9cf8e5.zip
Add showSuccessfulBuildMessages configuration variable
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 fac9aa2..57a511e 100644
--- a/config.py
+++ b/config.py
@@ -49,6 +49,10 @@ conf.registerGlobalValue(Github, 'showMergedCommits',
registry.Boolean(False,
"""Show merged commits when a branch is merged into another"""))
+conf.registerGlobalValue(Github, 'showSuccessfulBuildMessages',
+ registry.String('change',
+ """Whether to show successful build messages - can be never, change or always"""))
+
conf.registerGlobalValue(Github, 'port',
registry.Integer(8093,
"""The port where Github will send HTTP requests"""))

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