Skip to content
selfsame edited this page Dec 6, 2014 · 1 revision
class ChatProtocolFactory(ServerFactory)

This is the telnet server which handles client connections, pumps updates of delta time, and broadcasts messages to all players.

class MUDProtocol(LineOnlyReceiver)

The client connection class. It routes client input lines to dialogues, initializes Player instances, sends output to the client, and closes connections.

Clone this wiki locally