Note to self: actually send message data

This commit is contained in:
polaris
2014-06-02 06:38:09 -04:00
parent 770dd64b4b
commit a62b29a28f

View File

@@ -327,6 +327,8 @@ class Gamestats(LineReceiver):
])
self.log(logging.DEBUG, "SENDING: '%s'..." % msg)
msg = self.crypt(msg)
self.transport.write(bytes(msg))