mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-21 16:10:39 +01:00
Set licensekey registry values to private values.
This commit is contained in:
parent
2f470b3a3b
commit
23393edd83
@ -75,7 +75,8 @@ conf.registerChannelValue(conf.supybot.plugins.Amazon, 'bold',
|
|||||||
registry.Boolean(True, """Determines whether the results are bolded."""))
|
registry.Boolean(True, """Determines whether the results are bolded."""))
|
||||||
conf.registerGlobalValue(conf.supybot.plugins.Amazon, 'licenseKey',
|
conf.registerGlobalValue(conf.supybot.plugins.Amazon, 'licenseKey',
|
||||||
LicenseKey('', """Sets the license key for using Amazon Web Services.
|
LicenseKey('', """Sets the license key for using Amazon Web Services.
|
||||||
Must be set before any other commands in the plugin are used."""))
|
Must be set before any other commands in the plugin are used.""",
|
||||||
|
private=True))
|
||||||
|
|
||||||
class Amazon(callbacks.Privmsg):
|
class Amazon(callbacks.Privmsg):
|
||||||
threaded = True
|
threaded = True
|
||||||
|
@ -152,7 +152,7 @@ conf.registerChannelValue(conf.supybot.plugins.Google, 'maximumResults',
|
|||||||
conf.registerGlobalValue(conf.supybot.plugins.Google, 'licenseKey',
|
conf.registerGlobalValue(conf.supybot.plugins.Google, 'licenseKey',
|
||||||
LicenseKey('', """Sets the Google license key for using Google's Web
|
LicenseKey('', """Sets the Google license key for using Google's Web
|
||||||
Services API. This is necessary before you can do any searching with this
|
Services API. This is necessary before you can do any searching with this
|
||||||
module."""))
|
module.""", private=True))
|
||||||
|
|
||||||
class Google(callbacks.PrivmsgCommandAndRegexp):
|
class Google(callbacks.PrivmsgCommandAndRegexp):
|
||||||
threaded = True
|
threaded = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user