Merge pull request #19963 from Shadowlight213/nsmecheck

Adds the ability for admins to lookup the name, ckey and antag status of a player from irc.
This commit is contained in:
Jordie
2016-08-21 12:22:13 +10:00
committed by GitHub
5 changed files with 25 additions and 3 deletions
+3
View File
@@ -212,6 +212,7 @@
var/client_error_message = "Your version of byond is too old, may have issues, and is blocked from accessing this server."
var/cross_name = "Other server"
var/showircname = 0
/datum/configuration/New()
var/list/L = subtypesof(/datum/game_mode)
@@ -379,6 +380,8 @@
global.medal_hub = value
if("medal_hub_password")
global.medal_pass = value
if("show_irc_name")
config.showircname = 1
if("see_own_notes")
config.see_own_notes = 1
if("soft_popcap")