From f245c9dc0e6e154fcb6f5bd0dfe52889482c08e6 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Wed, 31 Jul 2013 18:19:37 +0300 Subject: Use the commit URL to set the channel Add disallowChannelOverride configuration variable --- config.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 43841f9..eeccb02 100644 --- a/config.py +++ b/config.py @@ -29,4 +29,9 @@ conf.registerGlobalValue(Github, 'hidePush', conf.registerGlobalValue(Github, 'passcode', registry.String('', """Password which should be included into the URL""")) + +conf.registerGlobalValue(Github, 'disallowChannelOverride', + registry.Boolean(False, + """Don't let the user select the channel where the messages will be sent to on the URL""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3