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: