mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 23:42:56 +00:00
comment out
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
return message
|
||||
|
||||
// - Discord register
|
||||
/* Commented out until i can figure it out or until we update tgs
|
||||
GLOBAL_LIST_EMPTY(pending_discord_registrations)
|
||||
/datum/server_tools_command/register
|
||||
name = "register"
|
||||
@@ -127,3 +128,4 @@ GLOBAL_LIST_EMPTY(pending_discord_registrations)
|
||||
GLOB.pending_discord_registrations[GLOB.pending_discord_registrations.len] = list("ckey" = key_to_find, "id" = sender.id, "time" = world.realtime)
|
||||
|
||||
return "[sender.friendly_name], I've sent you a message in-game. Please verify your username there to complete your registration within 10 minutes."
|
||||
*/
|
||||
@@ -63,7 +63,7 @@
|
||||
message += "**Admins:** [admin_msg]\n**Mods/GMs:** [mod_msg]\n**Devs:** [dev_msg]\n**Other:** [other_msg]\n**Total:** [count] online"
|
||||
return message
|
||||
|
||||
//YW EDIT: GLOBAL_LIST_EMPTY(pending_discord_registrations)
|
||||
GLOBAL_LIST_EMPTY(pending_discord_registrations)
|
||||
/datum/tgs_chat_command/register
|
||||
name = "register"
|
||||
help_text = "Registers your chat username with your Byond username"
|
||||
|
||||
Reference in New Issue
Block a user