mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
@@ -209,6 +209,12 @@ var/world_topic_spam_protect_time = world.timeofday
|
|||||||
|
|
||||||
return list2params(positions)
|
return list2params(positions)
|
||||||
|
|
||||||
|
else if(T == "revision")
|
||||||
|
if(revdata.revision)
|
||||||
|
return list2params(list(branch = revdata.branch, date = revdata.date, revision = revdata.revision))
|
||||||
|
else
|
||||||
|
return "unknown"
|
||||||
|
|
||||||
else if(copytext(T,1,5) == "info")
|
else if(copytext(T,1,5) == "info")
|
||||||
var/input[] = params2list(T)
|
var/input[] = params2list(T)
|
||||||
if(input["key"] != config.comms_password)
|
if(input["key"] != config.comms_password)
|
||||||
|
|||||||
Reference in New Issue
Block a user