From 01d5c3b6e4f8fee5f72749d0586eb433c21e9bb7 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Wed, 24 Jul 2013 18:57:12 +0300 Subject: Add a 'channel' configuration variable --- config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 956651f..ab7b71c 100644 --- a/config.py +++ b/config.py @@ -16,6 +16,8 @@ Github = conf.registerPlugin('Github') # This is where your configuration variables (if any) should go. For example: # conf.registerGlobalValue(Github, 'someConfigVariableName', # registry.Boolean(False, """Help for someConfigVariableName.""")) - +conf.registerGlobalValue(Github, 'channel', + registry.String('#commits', """Determines the channel where commit + notifications will go by default.""")) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3