From 06d6f4ffda1b1542d9345f246f1c9645d96aeec0 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 27 Jun 2011 20:27:38 +0200 Subject: closed #345 --- module/plugins/hooks/XMPPInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/XMPPInterface.py') 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)) -- cgit v1.2.3