From 995c73a94a91934d31e54a64a4aecd034cf1d341 Mon Sep 17 00:00:00 2001 From: spline Date: Fri, 30 Nov 2012 19:30:23 -0500 Subject: [PATCH] Update for disabling colors. --- config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.py b/config.py index c398c2d..1bfc45c 100644 --- a/config.py +++ b/config.py @@ -21,9 +21,7 @@ def configure(advanced): UrbanDictionary = conf.registerPlugin('UrbanDictionary') -# This is where your configuration variables (if any) should go. For example: -# conf.registerGlobalValue(UrbanDictionary, 'someConfigVariableName', -# registry.Boolean(False, _("""Help for someConfigVariableName."""))) +conf.registerChannelValue(UrbanDictionary, 'disableANSI', registry.Boolean(False, """Do not display any ANSI (color/bold) for channel.""")) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=250: