Adds the ability to get some info about an inputted ckey or name from irc using the existing keyword_lookup proc.

Also adds a config option to show the names of admins messaging from irc and that they are from irc.
This commit is contained in:
Shadowlight213
2016-08-18 18:01:06 -07:00
parent ffb8e9d8d5
commit 1215e02bee
5 changed files with 25 additions and 3 deletions
+3
View File
@@ -213,6 +213,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)
@@ -380,6 +381,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")