Replace text2list and list2text

This commit is contained in:
Tigercat2000
2016-02-28 12:07:19 -08:00
parent 18779eef4d
commit 976887b2e0
56 changed files with 144 additions and 287 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ var/global/datum/controller/process/timer/PStimer
event.thingToCall = thingToCall
event.procToCall = procToCall
event.timeToRun = world.time + wait
event.hash = list2text(args)
event.hash = jointext(args, "")
if(args.len > 4)
event.argList = args.Copy(5)
+2 -2
View File
@@ -221,7 +221,7 @@
if(type == "config")
switch (name)
if ("resource_urls")
config.resource_urls = text2list(value, " ")
config.resource_urls = splittext(value, " ")
if ("admin_legacy_system")
config.admin_legacy_system = 1
@@ -456,7 +456,7 @@
config.comms_password = value
if("irc_bot_host")
config.irc_bot_host = text2list(value, ";")
config.irc_bot_host = splittext(value, ";")
if("main_irc")
config.main_irc = value