aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2013-07-30 13:58:09 +0300
committerkongr45gpen <kongr45gpen@helit.org>2013-07-30 13:58:09 +0300
commit952373ac6f1b45fbda1f21d7597e915978fc8382 (patch)
tree99a88dfde446424ca8eac3d51c6483ecdb086e45 /config.py
parentd3caeaf12fc9397e98dfef6820f343bad014d1c6 (diff)
downloadsupybot_github-952373ac6f1b45fbda1f21d7597e915978fc8382.tar.gz
supybot_github-952373ac6f1b45fbda1f21d7597e915978fc8382.tar.bz2
supybot_github-952373ac6f1b45fbda1f21d7597e915978fc8382.zip
Add shortURLs config 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 ab7b71c..6fd8e61 100644
--- a/config.py
+++ b/config.py
@@ -20,4 +20,7 @@ conf.registerGlobalValue(Github, 'channel',
registry.String('#commits', """Determines the channel where commit
notifications will go by default."""))
+conf.registerGlobalValue(Github, 'shortURLs',
+ registry.Boolean(True, """Use git.io to produce shorter URLs"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

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