diff options
Diffstat (limited to 'module/plugins/hooks/IRCInterface.py')
-rw-r--r-- | module/plugins/hooks/IRCInterface.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py index bc99d708b..5ff24cc79 100644 --- a/module/plugins/hooks/IRCInterface.py +++ b/module/plugins/hooks/IRCInterface.py @@ -17,8 +17,8 @@ from module.utils import formatSize class IRCInterface(Thread, Hook): - __name__ = "IRCInterface" - __type__ = "hook" + __name__ = "IRCInterface" + __type__ = "hook" __version__ = "0.11" __config__ = [("host", "str", "IRC-Server Address", "Enter your server here!"), @@ -32,8 +32,8 @@ class IRCInterface(Thread, Hook): ("captcha", "bool", "Send captcha requests", True)] __description__ = """Connect to irc and let owner perform different tasks""" - __license__ = "GPLv3" - __authors__ = [("Jeix", "Jeix@hasnomail.com")] + __license__ = "GPLv3" + __authors__ = [("Jeix", "Jeix@hasnomail.com")] def __init__(self, core, manager): |