Update for disabling colors.
This commit is contained in:
parent
4308cca5a5
commit
995c73a94a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue