diff --git a/IrcClient.py b/IrcClient.py index e475ba2..03e0e6f 100644 --- a/IrcClient.py +++ b/IrcClient.py @@ -114,6 +114,7 @@ class IrcClient: msgBytesSent = self.clientSocket.send(msg) msg = msg[msgBytesSent:]; msgLen -= msgBytesSent; del self.clientQueue[0] + # }}} # # Initialisation method