Made GMCP/MSDP work for tintin++. Mudlet seems to send the handshake differently.

This commit is contained in:
Griatch 2016-02-13 21:40:12 +01:00
parent 49c1254de7
commit 006e367330
6 changed files with 206 additions and 138 deletions

View file

@ -341,8 +341,6 @@ class ServerSession(Session):
for the protocol(s).
"""
print "serversession.data_out:", kwargs
self.sessionhandler.data_out(self, **kwargs)
def msg(self, text=None, **kwargs):