Moves cross_address/allowed to the config. Merges the protected config into the regular. (#24584)

* Moves cross_address/allowed to the config

* Protect it against modifications

* I'll do you one better

* Merge in the protected configuration
This commit is contained in:
Cyberboss
2017-03-10 11:10:08 +13:00
committed by oranges
parent 07e917109a
commit a55f36ebe9
9 changed files with 36 additions and 35 deletions
+2 -2
View File
@@ -167,7 +167,7 @@
return
/proc/send2otherserver(source,msg,type = "Ahelp")
if(global.cross_allowed)
if(config.cross_allowed)
var/list/message = list()
message["message_sender"] = source
message["message"] = msg
@@ -175,7 +175,7 @@
message["key"] = global.comms_key
message["crossmessage"] = type
world.Export("[global.cross_address]?[list2params(message)]")
world.Export("[config.cross_address]?[list2params(message)]")
/proc/ircadminwho()