Thanks to Matt Hammond and Jonathan LaCour for getting back to me!
Jonathan sent me some code which took me several days to figure out,
but does _exactly_ what i wanted.
You can find the code he sent (dug out of the medusa distro) here:
http://www.thethirdplace.org/grabbag/pyasynccpl/select_trigg
Hello all.
I have a working server, using the asyncore/chat module, which enables
logging in, rooms and private messaging.
I've used this framework to make some simple games that only required
message broadcasting via the server.
I'd now like to move the game logic into the server.
My recent re