Logging update

- Added logging for prayers
- Added logging/admin messages for law uploads

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5624 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2013-01-29 02:27:24 +00:00
parent 73786fbf9b
commit d24cd192bf
5 changed files with 28 additions and 3 deletions

View File

@@ -9,6 +9,8 @@
var/log_game = 0 // log game events
var/log_vote = 0 // log voting
var/log_whisper = 0 // log client whisper
var/log_prayer = 0 // log prayers
var/log_law = 0 // log lawchanges
var/log_emote = 0 // log emotes
var/log_attack = 0 // log attack messages
var/log_adminchat = 0 // log admin chat messages
@@ -179,6 +181,12 @@
if ("log_admin")
config.log_admin = 1
if ("log_prayer")
config.log_prayer = 1
if ("log_law")
config.log_law = 1
if ("log_game")
config.log_game = 1