After searching the logs for some SMOD actions the other day it occured to me that settk wasn't logged properly. I did some investigating and it seems that the commands mute, unmute, settk, marktk and unmarktk don't follow the same logging convention as the other commands. The commands say and...
Background
I've been working on several server scripts the last couple of months one example of which is the money system on my server. These scripts work by reading the g_log for updates, parsing them and then acting on the information. While working with this log I found a couple things that...