mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 04:47:03 +01:00
ITS WORKING! - cleans everything up. it's ready to run on live!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user