summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/Captcha9kw.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-06-03 15:22:55 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-06-03 15:22:55 +0200
commit85635118b8e86ff86b752ff9b73b17d0a62f23d1 (patch)
treeebe467b520b0ab2289af693d5b3ffba4dd4bf1b7 /module/plugins/hooks/Captcha9kw.py
parentMerge pull request #107 from ajs124/stable (diff)
parentSet activated to False for all captcha hook plugins (diff)
downloadpyload-85635118b8e86ff86b752ff9b73b17d0a62f23d1.tar.xz
Merge pull request #147 from vuolter/pluginsloadfix
Set activated to False for all captcha hook plugins
Diffstat (limited to 'module/plugins/hooks/Captcha9kw.py')
-rwxr-xr-xmodule/plugins/hooks/Captcha9kw.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/Captcha9kw.py b/module/plugins/hooks/Captcha9kw.py
index bb2b8c862..f7226fc59 100755
--- a/module/plugins/hooks/Captcha9kw.py
+++ b/module/plugins/hooks/Captcha9kw.py
@@ -30,9 +30,9 @@ from module.plugins.Hook import Hook
class Captcha9kw(Hook):
__name__ = "Captcha9kw"
- __version__ = "0.04"
+ __version__ = "0.05"
__description__ = """send captchas to 9kw.eu"""
- __config__ = [("activated", "bool", "Activated", True),
+ __config__ = [("activated", "bool", "Activated", False),
("force", "bool", "Force CT even if client is connected", True),
("https", "bool", "Enable HTTPS", "False"),
("confirm", "bool", "Confirm Captcha", "False"),