mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
Preparations for tgs 4 (does not actually change anything for current tgs version)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//File DEFUNCT
|
||||
|
||||
/datum/server_tools_command
|
||||
var/name = "" //the string to trigger this command on a chat bot. e.g. TGS3_BOT: do_this_command
|
||||
var/help_text = "" //help text for this command
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//File DEFUNCT
|
||||
|
||||
SERVER_TOOLS_DEFINE_AND_SET_GLOBAL(reboot_mode, REBOOT_MODE_NORMAL)
|
||||
SERVER_TOOLS_DEFINE_AND_SET_GLOBAL(server_tools_api_compatible, FALSE)
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//File DEFUNCT
|
||||
|
||||
/datum/server_tools_command/status
|
||||
name = "status" //the string to trigger this command on a chat bot. e.g. TGS3_BOT: do_this_command
|
||||
help_text = "Will broadcast the current player count and other round information" //help text for this command
|
||||
|
||||
Reference in New Issue
Block a user