summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/DeathByCaptcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/DeathByCaptcha.py')
-rw-r--r--module/plugins/hooks/DeathByCaptcha.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/module/plugins/hooks/DeathByCaptcha.py b/module/plugins/hooks/DeathByCaptcha.py
index c39cf11da..d3d00affa 100644
--- a/module/plugins/hooks/DeathByCaptcha.py
+++ b/module/plugins/hooks/DeathByCaptcha.py
@@ -54,9 +54,10 @@ class DeathByCaptcha(Hook):
__version__ = "0.08"
__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 DeathByCaptcha.com"""
__license__ = "GPLv3"