Adds ntirc loggin

Adds a command console to the bridge.
This commit is contained in:
Shadowlight213
2016-08-09 23:07:11 -07:00
parent 8035651400
commit bfb0cca9fd
3 changed files with 6 additions and 2 deletions
@@ -19399,7 +19399,7 @@
},
/area/bridge)
"aRo" = (
/obj/machinery/computer/card,
/obj/machinery/modular_computer/console/preset/command,
/turf/open/floor/plasteel/green/side{
dir = 10
},
+4 -1
View File
@@ -22,7 +22,7 @@
/proc/log_adminsay(text)
if (config.log_adminchat)
log_admin("ASAY: [text]")
/proc/log_dsay(text)
if (config.log_adminchat)
log_admin("DSAY: [text]")
@@ -76,3 +76,6 @@
//reusing the PDA option because I really don't think news comments are worth a config option
diary << "\[[time_stamp()]]COMMENT: [text]"
/proc/log_chat(text)
if (config.log_pda)
diary << "\[[time_stamp()]]CHAT: [text]"
@@ -32,6 +32,7 @@
if(!message || !channel)
return
channel.add_message(message, username)
log_chat("[user]/([user.ckey]) as [username] sent to [channel.title]: [message]")
if("PRG_joinchannel")
. = 1