Update config.py

This commit is contained in:
Gordon Shumway 2019-05-13 17:27:44 -04:00 committed by GitHub
parent 3a8ecfdbad
commit e81df511bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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""")))