summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addon/XMPPInterface.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/addon/XMPPInterface.py')
-rw-r--r--pyload/plugins/addon/XMPPInterface.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/addon/XMPPInterface.py b/pyload/plugins/addon/XMPPInterface.py
index f442cc0d0..de04f05fb 100644
--- a/pyload/plugins/addon/XMPPInterface.py
+++ b/pyload/plugins/addon/XMPPInterface.py
@@ -24,8 +24,7 @@ class XMPPInterface(IRCInterface, JabberClient):
("captcha", "bool", "Send captcha requests", True)]
__description__ = """Connect to jabber and let owner perform different tasks"""
- __author_name__ = "RaNaN"
- __author_mail__ = "RaNaN@pyload.org"
+ __authors__ = [("RaNaN", "RaNaN@pyload.org")]
implements(IMessageHandlersProvider)