Adds Staff-say (#28813)

* staff say

* finally, staffsays

* oops

* deconflict

* yea

* bonk

* build
This commit is contained in:
Contrabang
2025-05-13 13:00:15 -04:00
committed by GitHub
parent dfacf83e18
commit 43439da811
21 changed files with 147 additions and 28 deletions
@@ -39,6 +39,9 @@
if(DEV_CHANNEL)
client.cmd_dev_say(entry)
return TRUE
if(STAFF_CHANNEL)
client.cmd_staff_say(entry)
return TRUE
return FALSE
/**