summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
authorGravatar stefanos <antispam-github-com@trash-mail.com> 2013-10-31 14:11:09 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-31 14:11:09 +0100
commitf379668d9e037ead32bcb579b6f6a8378ca37d4f (patch)
treebe3dfe6aeb56272b102494513bb4a4cad4dc7a4d /module/plugins/hooks
parentYouTube: using ASCII instead of LATIN-1. (diff)
downloadpyload-f379668d9e037ead32bcb579b6f6a8378ca37d4f.tar.xz
Captcha9kw: merged #356
Diffstat (limited to 'module/plugins/hooks')
-rwxr-xr-xmodule/plugins/hooks/Captcha9kw.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/module/plugins/hooks/Captcha9kw.py b/module/plugins/hooks/Captcha9kw.py
index d6fef549f..6a9de24de 100755
--- a/module/plugins/hooks/Captcha9kw.py
+++ b/module/plugins/hooks/Captcha9kw.py
@@ -29,7 +29,7 @@ from module.plugins.Hook import Hook
class Captcha9kw(Hook):
__name__ = "Captcha9kw"
- __version__ = "0.08"
+ __version__ = "0.09"
__description__ = """send captchas to 9kw.eu"""
__config__ = [("activated", "bool", "Activated", False),
("force", "bool", "Force CT even if client is connected", True),
@@ -38,8 +38,9 @@ class Captcha9kw(Hook):
("captchaperhour", "int", "Captcha per hour (max. 9999)", "9999"),
("prio", "int", "Prio 1-10 (Cost +1-10)", "0"),
("selfsolve", "bool",
- "If enabled and you have a 9kw client active only you will get your captcha to solve it", "False"),
- ("timeout", "int", "Timeout (max. 300)", "220"),
+ "If enabled and you have a 9kw client active only you will get your captcha to solve it (Selfsolve)",
+ "False"),
+ ("timeout", "int", "Timeout (max. 300)", "300"),
("passkey", "password", "API key", ""), ]
__author_name__ = ("RaNaN")
__author_mail__ = ("RaNaN@pyload.org")