mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +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"
|
||||
@@ -126,4 +127,5 @@ GLOBAL_LIST_EMPTY(pending_discord_registrations)
|
||||
GLOB.pending_discord_registrations.len++
|
||||
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."
|
||||
return "[sender.friendly_name], I've sent you a message in-game. Please verify your username there to complete your registration within 10 minutes."
|
||||
*/
|
||||
Reference in New Issue
Block a user