From 0f20e7e635c533749c9424bf7e1fccbea6ade5c9 Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Sun, 5 Aug 2012 13:44:17 +0000 Subject: [PATCH] Sorry to sort-of break the codefreeze but the fact this isn't an option is kinda crappy and somewhat urgent. If it's a problem I will revert it. Sorry. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4321 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/configuration.dm | 3 +++ config/config.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/code/datums/configuration.dm b/code/datums/configuration.dm index d62589be825..a6e60a98d30 100644 --- a/code/datums/configuration.dm +++ b/code/datums/configuration.dm @@ -233,6 +233,9 @@ if ("guest_jobban") config.guest_jobban = 1 + if ("guest_ban") + guests_allowed = 0 + if ("usewhitelist") config.usewhitelist = 1 diff --git a/config/config.txt b/config/config.txt index b79435f950e..251b06155c9 100644 --- a/config/config.txt +++ b/config/config.txt @@ -118,6 +118,9 @@ HOSTEDBY Yournamehere ## Set to 1 to jobban them from those positions, set to 0 to allow them. # GUEST_JOBBAN +## Uncomment this to stop people connecting to your server without a registered ckey. (i.e. guest-* are all blocked from connecting) +# GUEST_BAN + ## Set to jobban everyone who's key is not listed in data/whitelist.txt from Captain, HoS, HoP, CE, RD, CMO, Warden, Security, Detective, and AI positions. ## Uncomment to 1 to jobban, leave commented out to allow these positions for everyone (but see GUEST_JOBBAN above and regular jobbans) # USEWHITELIST