IrcClient.py: add missing `# {{{'.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-01-03 15:12:28 +01:00
parent f2affda37e
commit 97d8caaf1e

View File

@ -114,6 +114,7 @@ class IrcClient:
msgBytesSent = self.clientSocket.send(msg)
msg = msg[msgBytesSent:]; msgLen -= msgBytesSent;
del self.clientQueue[0]
# }}}
#
# Initialisation method