Log admonghoast shit.

This commit is contained in:
Rob Nelson
2013-11-09 12:04:51 -08:00
parent f1602fa56d
commit f96334ed60
6 changed files with 96 additions and 34 deletions

View File

@@ -16,6 +16,7 @@
var/log_attack = 0 // log attack messages
var/log_adminchat = 0 // log admin chat messages
var/log_adminwarn = 0 // log warnings admins get about bomb construction and such
var/log_adminghost = 1 // log warnings admins get about bomb construction and such
var/log_pda = 0 // log pda messages
var/log_hrefs = 0 // logs all links clicked in-game. Could be used for debugging and tracking down exploits
var/sql_enabled = 1 // for sql switching
@@ -232,6 +233,9 @@
if ("log_adminwarn")
config.log_adminwarn = 1
if ("log_adminghost")
config.log_adminghost = 1
if ("log_pda")
config.log_pda = 1