diff --git a/code/game/world.dm b/code/game/world.dm index a42a0cbd21..00a6cd04ec 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -507,7 +507,7 @@ var/world_topic_spam_protect_time = world.timeofday return 1 /world/proc/load_motd() - GLOB.join_motd = file2text("config/motd.txt") + GLOB.join_motd = GLOB.is_valid_url.Replace(file2text("config/motd.txt"), span_linkify("$1")) /* Replaced with configuration controller /proc/load_configuration() diff --git a/code/modules/mob/new_player/login.dm b/code/modules/mob/new_player/login.dm index 5ec996c18a..ca054ba7df 100644 --- a/code/modules/mob/new_player/login.dm +++ b/code/modules/mob/new_player/login.dm @@ -5,15 +5,7 @@ replacement.key = key return - update_Login_details() //handles setting lastKnownIP and computer_id for use by the ban systems as well as checking for multikeying - if(GLOB.join_motd) - GLOB.join_motd = GLOB.is_valid_url.Replace(GLOB.join_motd, span_linkify("$1")) - to_chat(src, examine_block("