From 1b82a7690e7c25c905ddefe02c0bb768364d2c4a Mon Sep 17 00:00:00 2001 From: "daelith.rhedynfre" Date: Thu, 27 Jan 2011 04:22:34 +0000 Subject: [PATCH] Included a commented out version of the hub password to get onto the SS13 hub -NOTE TO TGSTATION CODERS. DO NOT CHANGE THIS FILE. UNLESS SOS GIVES THE WORD, WE ARE NOT GOING PUBLIC. -To hosts, and anyone else this may concern that isn't directly affiliated with the project, instructions on how to use it are included. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@918 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/hub.dm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/code/defines/hub.dm b/code/defines/hub.dm index 530cc150c9b..7d31119ab79 100644 --- a/code/defines/hub.dm +++ b/code/defines/hub.dm @@ -3,3 +3,14 @@ world hub = "Exadv1.spacestation13" hub_password = "SORRYNOPASSWORD" name = "/tg/ Station 13" + +/* +This is for any host that would like their server to appear on the main SS13 hub. +To use it, simply replace the password above, with the password found below, and it should work. +If not, let us know on the main tgstation IRC channel of irc.rizon.net #tgstation13 we can help you there. + + hub = "Exadv1.spacestation13" + hub_password = "kMZy3U5jJHSiBQjr" + name = "Space Station 13" + +*/ \ No newline at end of file