mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 15:26:37 +00:00
IrcClient.py: add missing `# {{{'.
This commit is contained in:
parent
f2affda37e
commit
97d8caaf1e
@ -114,6 +114,7 @@ class IrcClient:
|
|||||||
msgBytesSent = self.clientSocket.send(msg)
|
msgBytesSent = self.clientSocket.send(msg)
|
||||||
msg = msg[msgBytesSent:]; msgLen -= msgBytesSent;
|
msg = msg[msgBytesSent:]; msgLen -= msgBytesSent;
|
||||||
del self.clientQueue[0]
|
del self.clientQueue[0]
|
||||||
|
# }}}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Initialisation method
|
# Initialisation method
|
||||||
|
Loading…
Reference in New Issue
Block a user