adds ntsl to the investigate verb

This commit is contained in:
d3athrow
2013-08-15 20:14:08 -05:00
parent 8fc70dfafc
commit 0fd75b7e51

View File

@@ -22,12 +22,12 @@
F << "<small>[time2text(world.timeofday,"hh:mm")] \ref[src] ([x],[y],[z])</small> || [src] [message]<br>"
//ADMINVERBS
/client/proc/investigate_show( subject in list("hrefs","notes","singulo") )
/client/proc/investigate_show( subject in list("hrefs","notes","ntsl","singulo") )
set name = "Investigate"
set category = "Admin"
if(!holder) return
switch(subject)
if("singulo") //general one-round-only stuff
if("singulo", "ntsl") //general one-round-only stuff
var/F = investigate_subject2file(subject)
if(!F)
src << "<font color='red'>Error: admin_investigate: [INVESTIGATE_DIR][subject] is an invalid path or cannot be accessed.</font>"
@@ -43,4 +43,4 @@
return
else
src << "<font color='red'>Error: admin_investigate: Href Logging is not on.</font>"
return
return