From 97d8caaf1ed8fb9884bccee52aa4cdf967317dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 3 Jan 2018 15:12:28 +0100 Subject: [PATCH] IrcClient.py: add missing `# {{{'. --- IrcClient.py | 1 + 1 file changed, 1 insertion(+) 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