mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
@@ -209,6 +209,12 @@ var/world_topic_spam_protect_time = world.timeofday
|
||||
|
||||
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")
|
||||
var/input[] = params2list(T)
|
||||
if(input["key"] != config.comms_password)
|
||||
|
||||
Reference in New Issue
Block a user