summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addons/IRCInterface.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/addons/IRCInterface.py')
-rw-r--r--pyload/plugins/addons/IRCInterface.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addons/IRCInterface.py b/pyload/plugins/addons/IRCInterface.py
index 66fd15dcc..f71897ff2 100644
--- a/pyload/plugins/addons/IRCInterface.py
+++ b/pyload/plugins/addons/IRCInterface.py
@@ -48,8 +48,8 @@ class IRCInterface(Thread, Addon):
("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__ = ("Jeix")
- __author_mail__ = ("Jeix@hasnomail.com")
+ __author_name__ = "Jeix"
+ __author_mail__ = "Jeix@hasnomail.com"
def __init__(self, core, manager):
Thread.__init__(self)