From 67563b5229b55655ed5f882a66f0ecdb38e2355e Mon Sep 17 00:00:00 2001 From: Fernanda Monteiro Date: Sun, 22 Feb 2015 22:06:31 -0300 Subject: Update packet_out.py Just a TODO --- net/packet_out.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/packet_out.py b/net/packet_out.py index 2a73a59..873f087 100644 --- a/net/packet_out.py +++ b/net/packet_out.py @@ -15,6 +15,8 @@ def whisper(nick, message): def chat(text): chat_packet = PacketOut(CMSG_CHAT_MESSAGE) + #TODO Find another automated manner to get ManaMarket name (previous didn't work either) + # Maybe a temp solution would be setting as a variable in config.py mes = "ManaMarket"+" : "+text chat_packet.write_int16(len(mes) + 4 + 1) # chat_packet = PacketOut(CMSG_CHAT_MESSAGE) -- cgit v1.2.3-60-g2f50