fix
authorThomasV <thomasv1@gmx.de>
Fri, 24 Jan 2014 16:02:48 +0000 (17:02 +0100)
committerThomasV <thomasv1@gmx.de>
Fri, 24 Jan 2014 16:02:48 +0000 (17:02 +0100)
backends/irc/__init__.py

index 4732175..cf830b9 100644 (file)
@@ -99,7 +99,7 @@ class IrcThread(threading.Thread):
                         if out_msg:
                             m = out_msg.pop(0)
                             s.send(m)
-                            continue
+                        continue
                     except:
                         print_log( "irc: socket error" )
                         time.sleep(1)