mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
fix links in motd (#19032)
This commit is contained in:
@@ -326,6 +326,7 @@
|
||||
DelayedMessageAdmins("MOTD file [motd_file] didn't exist")
|
||||
|
||||
motd = motd_contents.Join("\n")
|
||||
motd = GLOB.is_valid_url.Replace(motd, span_linkify("$1"))
|
||||
|
||||
var/tm_info = GLOB.revdata.GetTestMergeInfo()
|
||||
if(motd || tm_info)
|
||||
|
||||
Reference in New Issue
Block a user