aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2014-04-27 17:27:51 +0300
committerkongr45gpen <electrovesta@gmail.com>2014-04-27 17:27:51 +0300
commitb83a3d8f35937c128fa3c6076ca04721e313822e (patch)
tree83aac60b2dd9420ce764d698755a1050bee70906 /config.py
parente149f5274a8149d9366717b9d762d13097834a53 (diff)
downloadsupybot_github-b83a3d8f35937c128fa3c6076ca04721e313822e.tar.gz
supybot_github-b83a3d8f35937c128fa3c6076ca04721e313822e.tar.bz2
supybot_github-b83a3d8f35937c128fa3c6076ca04721e313822e.zip
Add `port` 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 ba94c80..1c8f0da 100644
--- a/config.py
+++ b/config.py
@@ -45,4 +45,8 @@ conf.registerGlobalValue(Github, 'showMergedCommits',
registry.Boolean(False,
"""Show merged commits when a branch is merged into another"""))
+conf.registerGlobalValue(Github, 'port',
+ registry.Integer(8093,
+ """The port where Github will send HTTP requests"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

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