From 570f37674434c7f3816e3949967c31407610da6c Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 8 Oct 2015 06:32:02 +0200 Subject: Spare improvements --- module/plugins/hooks/ExpertDecoders.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/plugins/hooks/ExpertDecoders.py') diff --git a/module/plugins/hooks/ExpertDecoders.py b/module/plugins/hooks/ExpertDecoders.py index 630382f2d..cdb76a49d 100644 --- a/module/plugins/hooks/ExpertDecoders.py +++ b/module/plugins/hooks/ExpertDecoders.py @@ -18,8 +18,9 @@ class ExpertDecoders(Hook): __version__ = "0.06" __status__ = "testing" - __config__ = [("passkey" , "password", "Access key" , "" ), - ("check_client", "bool" , "Don't use if client is connected", True)] + __config__ = [("activated" , "bool" , "Activated" , False), + ("passkey" , "password", "Access key" , "" ), + ("check_client", "bool" , "Don't use if client is connected", True )] __description__ = """Send captchas to expertdecoders.com""" __license__ = "GPLv3" -- cgit v1.2.3