88
88
msg = {'cmd':kind, 'text':text}
90
json_response = ivle.chat.chat(host, port, msg, magic,decode=False)
91
json_response = ivle.chat.chat(host, port, msg, magic,decode=False)
93
94
response = cjson.decode(json_response)
95
96
# Could not decode the reply from the python-console server
97
98
"Communication to console process lost"}