I could easily write a bot to automatically update the Server admin log using IRC commands. If we want to do this, all I need to know is what timezone we will be using (probably UTC) and what format the entries should have. From the current setup, I can predict that we will want something like:
== yyyy-mm-dd == * hh:mm user: comment
Where yyyy is the current year, mm is month, dd is day, hh is hour, mm is minute, user is IRC nick, and comment is passed to bot via command. The bot would only create a new section header if there is no existing header matching the current date.
The only other thing I want to know is if all log entries should be added above the previous ones (which I believe they should).