From 9fdf9bac865da95aa38c62e3f308271e2e7fee50 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Wed, 16 Mar 2016 22:11:50 +0200 Subject: Allow sending arbitrary messages --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 0c3c510..c519702 100644 --- a/config.py +++ b/config.py @@ -63,4 +63,8 @@ conf.registerGlobalValue(Github, 'theme', conf.registerGlobalValue(Github, 'brackets', registry.String('( )', """The brackets to use to enclose URLs (space-separated)""")) +conf.registerGlobalValue(Github, 'allowArbitraryMessages', + registry.Boolean(False, + """Whether to allow parsing and showing arbitrary messages sent by a client""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3