Chat and move lists functional
[Ultimate-TicTacToe.git] / server / misc.py
blob735258a8b3e26ae1b71953c1110320e398a5e19e
1 def generateNameTag(sid, cid):
2 return cid + '(' + sid[0:4] + ')'