aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2016-01-21 17:15:39 +0200
committerkongr45gpen <electrovesta@gmail.com>2016-01-21 17:15:39 +0200
commit042bf88ca06f04d78bd6c7506b349934df291d31 (patch)
tree261656a2dc2e4f0821077e7e0264fb2856b90cbf /config.py
parentf352d99c68ecea70b5599b50c3626636d22b845a (diff)
downloadsupybot_github-042bf88ca06f04d78bd6c7506b349934df291d31.tar.gz
supybot_github-042bf88ca06f04d78bd6c7506b349934df291d31.tar.bz2
supybot_github-042bf88ca06f04d78bd6c7506b349934df291d31.zip
Allow configuring the type of brackets to use
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 7a50d5a..0c3c510 100644
--- a/config.py
+++ b/config.py
@@ -60,4 +60,7 @@ conf.registerGlobalValue(Github, 'port',
conf.registerGlobalValue(Github, 'theme',
registry.String('default', """The name of the theme that will be used to style messages"""))
+conf.registerGlobalValue(Github, 'brackets',
+ registry.String('( )', """The brackets to use to enclose URLs (space-separated)"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

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