Update for disabling colors.

This commit is contained in:
spline 2012-11-30 19:30:23 -05:00
parent 4308cca5a5
commit 995c73a94a
1 changed files with 1 additions and 3 deletions

View File

@ -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: