diff options
Diffstat (limited to 'module/plugins/hooks/XMPPInterface.py')
-rw-r--r-- | module/plugins/hooks/XMPPInterface.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/XMPPInterface.py b/module/plugins/hooks/XMPPInterface.py index 8b186ec98..ce937c5d6 100644 --- a/module/plugins/hooks/XMPPInterface.py +++ b/module/plugins/hooks/XMPPInterface.py @@ -95,7 +95,7 @@ class XMPPInterface(IRCInterface, JabberClient): # connect to IRC etc. self.connect() try: - self.loop(1) + self.loop() except Exception, ex: self.core.log.error("pyLoad XMPP: %s" % str(ex)) |