diff options
Diffstat (limited to 'pyload/plugins/addons/XMPPInterface.py')
-rw-r--r-- | pyload/plugins/addons/XMPPInterface.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addons/XMPPInterface.py b/pyload/plugins/addons/XMPPInterface.py index adffc04e3..0e92b6f2b 100644 --- a/pyload/plugins/addons/XMPPInterface.py +++ b/pyload/plugins/addons/XMPPInterface.py @@ -39,8 +39,8 @@ class XMPPInterface(IRCInterface, JabberClient): ("info_file", "bool", "Inform about every file finished", "False"), ("info_pack", "bool", "Inform about every package finished", "True"), ("captcha", "bool", "Send captcha requests", "True")] - __author_name__ = ("RaNaN") - __author_mail__ = ("RaNaN@pyload.org") + __author_name__ = "RaNaN" + __author_mail__ = "RaNaN@pyload.org" implements(IMessageHandlersProvider) |