mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
[MIRROR] fix links in motd (#12270)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
286d596992
commit
eae30d09ec
@@ -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)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<h1>Welcome to Space Station 13!</h1>
|
||||
|
||||
-<i>This server is running the <a href="https://ss13polaris.com/">Polaris</a> modification of the <a href="https://baystation12.net/">Baystation12</a> SS13 code.</i>
|
||||
-<i>This server is running the https://ss13polaris.com modification of the https://baystation12.net SS13 code.</i>
|
||||
<br><br>
|
||||
<strong>Bugtracker:</strong> <a href="https://github.com/PolarisSS13/Polaris/issues">for posting of bugs and issues.</a>
|
||||
<strong>Bugtracker:</strong> https://github.com/PolarisSS13/Polaris/issues for posting of bugs and issues.</a>
|
||||
|
||||
Reference in New Issue
Block a user