mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Adds ntirc loggin
Adds a command console to the bridge.
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user