Admins can now toggle LOOC separately from OOC.

Also includes what I image to be proper permission checks for toggling the various OOC channels.
This commit is contained in:
PsiOmega
2015-04-30 09:45:50 +02:00
parent 6343afb7fd
commit 82a8f32783
6 changed files with 39 additions and 7 deletions

View File

@@ -185,6 +185,7 @@ var/list/gamemode_cache = list()
var/ninjas_allowed = 0
var/abandon_allowed = 1
var/ooc_allowed = 1
var/looc_allowed = 1
var/dooc_allowed = 1
var/dsay_allowed = 1
@@ -398,6 +399,7 @@ var/list/gamemode_cache = list()
if ("disable_ooc")
config.ooc_allowed = 0
config.looc_allowed = 0
if ("disable_entry")
config.enter_allowed = 0