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

index 9c9a61f..cf830b9 100644 (file)
@@ -99,13 +99,12 @@ 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)
                         break
 
-
                     self.message += data
 
                     while self.message.find('\n') != -1: