Replaced old protocol with gen_fsm protocol parser

This commit is contained in:
Jonatan Pålsson 2011-04-11 16:27:53 +02:00
parent acdcec8dff
commit cb24e00c6e
5 changed files with 107 additions and 42 deletions

View file

@ -140,7 +140,7 @@ class GGSChat:
"Content-Type: text\n" +
"Content-Length: 0\n"+
"\n")
time.sleep(2)
#time.sleep(2)
def updateUsers(self, text):
evalNicks = eval(text)