Update config.py
This commit is contained in:
parent
3a8ecfdbad
commit
e81df511bb
|
|
@ -29,6 +29,9 @@ ASCII = conf.registerPlugin('ASCII')
|
|||
conf.registerGlobalValue(ASCII, 'pasteAPI',
|
||||
registry.String('', _("""Paste.ee API Key""")))
|
||||
|
||||
conf.registerGlobalValue(ASCII, 'imgurAPI',
|
||||
registry.String('', _("""Imgur Client ID""")))
|
||||
|
||||
conf.registerChannelValue(ASCII, 'pasteEnable',
|
||||
registry.Boolean(False, _("""Turns on and off paste.ee support""")))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue