diff options
author | 2015-10-08 06:32:02 +0200 | |
---|---|---|
committer | 2015-10-08 06:32:02 +0200 | |
commit | 570f37674434c7f3816e3949967c31407610da6c (patch) | |
tree | 2175692750df20384073da4a6b26ef013f1d843b /module/plugins/hooks/ImageTyperz.py | |
parent | New plugin: LogMarker (diff) | |
download | pyload-570f37674434c7f3816e3949967c31407610da6c.tar.xz |
Spare improvements
Diffstat (limited to 'module/plugins/hooks/ImageTyperz.py')
-rw-r--r-- | module/plugins/hooks/ImageTyperz.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/module/plugins/hooks/ImageTyperz.py b/module/plugins/hooks/ImageTyperz.py index 85c22f1da..a22ddce7b 100644 --- a/module/plugins/hooks/ImageTyperz.py +++ b/module/plugins/hooks/ImageTyperz.py @@ -35,9 +35,10 @@ class ImageTyperz(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 ImageTyperz.com""" __license__ = "GPLv3" |