support onscreen system whispers

This commit is contained in:
David Rose 2004-09-15 20:34:42 +00:00
parent 3343d168e1
commit 79ec28a544

View File

@ -343,7 +343,9 @@ class ClientRepository(ConnectionRepository.ConnectionRepository):
def handleSystemMessage(self, di):
# Got a system message from the server.
message = di.getString()
ClientRepository.notify.info('Message from server: %s' % (message))
self.notify.info('Message from server: %s' % (message))
return message
def handleUnexpectedMsgType(self, msgType, di):
if msgType == CLIENT_GO_GET_LOST: