ITS WORKING! - cleans everything up. it's ready to run on live!

This commit is contained in:
deathride58
2018-05-08 23:59:56 -04:00
parent 2d84490a90
commit d04bd9215e
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ client/verb/showrevinfo()
var/datum/tgs_revision_information/test_merge/tm = line
var/cm = tm.pull_request_commit
var/details = ": '" + html_encode(tm.title) + "' by " + html_encode(tm.author) + " at commit " + html_encode(copytext(cm, 1, min(length(cm), 11)))
//if(details && findtext(details, "\[s\]") && (!usr || !usr.client.holder))
//continue
if(details && findtext(details, "\[s\]") && (!usr || !usr.client.holder))
continue
. += "<a href=\"[config.githuburl]/pull/[tm.number]\">#[tm.number][details]</a><br>"
//END OF CITADEL CHANGES