Merge pull request #1357 from CHOMPStationBot/upstream-merge-9738

[MIRROR] Two fixes for messages I noticed in logs
This commit is contained in:
Razgriz
2021-02-18 04:32:14 -07:00
committed by GitHub
3 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
if(!message) return
var/F = investigate_subject2file(subject)
if(!F) return
to_chat(F, "<span class='filter_adminlog'><small>[time2text(world.timeofday,"hh:mm")] \ref[src] ([x],[y],[z])</small> || [src] [message]<br></span>")
to_file(F, "<span class='filter_adminlog'><small>[time2text(world.timeofday,"hh:mm")] \ref[src] ([x],[y],[z])</small> || [src] [message]<br></span>")
//ADMINVERBS
/client/proc/investigate_show( subject in list("hrefs","notes","singulo","telesci") )