views:

26

answers:

0

Hopefully some of you are aware of PvPGN:

I have set up a server which stores a player's profile/rank etc. But I want to do something weird with it: Make it output a log file:

[Date/Time] Player A beats Player B
[Date/Time] Player C beats Player B
.
.
.
etc

If the problem is too narrow, may I ask a vaguer question. If you have an open source project, whats the easiest way to customize it? (That is without changing the C code, maybe using apps to listen in on messages it sends etc)