Merge pull request #9709 from SamHPurp/discord-msg

Announces the Station name, fixes the hashes...
This commit is contained in:
variableundefined
2018-10-07 22:53:03 +08:00
committed by GitHub
+1 -1
View File
@@ -17,5 +17,5 @@
return
/hook/startup/proc/ircNotify()
send2mainirc("Server starting up on [config.server? "byond://[config.server]" : "byond://[world.address]:[world.port]"]")
send2mainirc("Server starting up on [station_name()]. Connect to: [config.server? "[config.server]" : "[world.address]:[world.port]"]")
return 1