diff options
Diffstat (limited to 'module/plugins/hooks/CaptchaBrotherhood.py')
-rw-r--r-- | module/plugins/hooks/CaptchaBrotherhood.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/module/plugins/hooks/CaptchaBrotherhood.py b/module/plugins/hooks/CaptchaBrotherhood.py index 838c220f0..a8abb1600 100644 --- a/module/plugins/hooks/CaptchaBrotherhood.py +++ b/module/plugins/hooks/CaptchaBrotherhood.py @@ -41,9 +41,10 @@ class CaptchaBrotherhood(Hook): __version__ = "0.10" __status__ = "testing" - __config__ = [("username" , "str" , "Username" , "" ), - ("password" , "password", "Password" , "" ), - ("check_client", "bool" , "Don't use if client is connected", True)] + __config__ = [("activated" , "bool" , "Activated" , False), + ("username" , "str" , "Username" , "" ), + ("password" , "password", "Password" , "" ), + ("check_client", "bool" , "Don't use if client is connected", True )] __description__ = """Send captchas to CaptchaBrotherhood.com""" __license__ = "GPLv3" |