mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #10007 from Ccomp5950/dsay_logging
DSAY will now list that it's dsay in log instead of generic log_admin
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
var/stafftype = uppertext(holder.rank)
|
var/stafftype = uppertext(holder.rank)
|
||||||
|
|
||||||
msg = sanitize(copytext(msg, 1, MAX_MESSAGE_LEN))
|
msg = sanitize(copytext(msg, 1, MAX_MESSAGE_LEN))
|
||||||
log_admin("[key_name(src)] : [msg]")
|
log_admin("DSAY: [key_name(src)] : [msg]")
|
||||||
|
|
||||||
if (!msg)
|
if (!msg)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user