diff options
Diffstat (limited to 'module/plugins/hooks/BypassCaptcha.py')
-rw-r--r-- | module/plugins/hooks/BypassCaptcha.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/plugins/hooks/BypassCaptcha.py b/module/plugins/hooks/BypassCaptcha.py index 4b155a67e..a5e424532 100644 --- a/module/plugins/hooks/BypassCaptcha.py +++ b/module/plugins/hooks/BypassCaptcha.py @@ -31,8 +31,9 @@ class BypassCaptcha(Hook): __version__ = "0.08" __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 BypassCaptcha.com""" __license__ = "GPLv3" |