Merge pull request #4215 from Jordie0608/igaveupuninstallingIEfrommycompafterigotXP

Rework of show-server-revision
This commit is contained in:
Alex
2014-07-25 09:23:36 +01:00
7 changed files with 108 additions and 47 deletions

View File

@@ -56,6 +56,7 @@
var/wikiurl = "http://www.tgstation13.org/wiki" // Default wiki link.
var/forumurl = "http://tgstation13.org/phpBB/index.php" //default forums
var/rulesurl = "http://www.tgstation13.org/wiki/Rules" // default rules
var/githuburl = "https://www.github.com/tgstation/-tg-station" //default github
var/forbid_singulo_possession = 0
var/useircbot = 0
@@ -247,6 +248,8 @@
config.forumurl = value
if("rulesurl")
config.rulesurl = value
if("githuburl")
config.githuburl = value
if("guest_jobban")
config.guest_jobban = 1
if("guest_ban")