2011-05-19, 13:36:30
It's not possible to collect the suggested data because:
1. The bot can save the messages - no problem here
2. The bot doesn't know when a kill or death happens
3. The bot could parse the messages for a -kick command so again no problem here, but we don't have the k/d ratio of the players.
(2011-05-18, 21:55:52)griffin1987 Wrote: 1. Save messages (including time and player who wrote it) from the start of the game onwards
2. Save player + time when someone kills / dies
3. When someone tries to kick someone else (no matter if its possible or not), put the message data of the last minute into some array as well as the k/d data of the one trying to kick and the one being tried to kick, and continue to do so for the next minute
1. The bot can save the messages - no problem here
2. The bot doesn't know when a kill or death happens
3. The bot could parse the messages for a -kick command so again no problem here, but we don't have the k/d ratio of the players.