I'm thinking of setting up a server dedicated to providing a testing ground for mappers. Since the EV1 servers have a web server built in (though I haven't set it up), I was thinking it would be cool to have some way people could provide feedback on maps directly from the game. The simplest solution I could think of would be to log all of the chat messages to a file based on the map name, then set up a php script that would read these files so mappers could review them. Does this sound like a good idea?