mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Make pregame lobby message ping people that care
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Sends to the SERVER STATUS channels.
|
||||
// This sends to the "server_status" gamenudge route.
|
||||
/proc/send2maindiscord(var/msg)
|
||||
send2discord(msg, "server_status")
|
||||
/proc/send2maindiscord(var/msg, var/ping = FALSE)
|
||||
send2discord(msg, "server_status", ping)
|
||||
|
||||
// Sends to the adminbus ahelp channels.
|
||||
// This sends to the "adminhelp" gamenudge route.
|
||||
|
||||
Reference in New Issue
Block a user