mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
43439da811
* staff say * finally, staffsays * oops * deconflict * yea * bonk * build
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
// Used to direct channels to speak into.
|
|
#define SAY_CHANNEL "Say"
|
|
#define RADIO_CHANNEL "Radio"
|
|
#define WHISPER_CHANNEL "Whisper"
|
|
#define ME_CHANNEL "Me"
|
|
#define OOC_CHANNEL "OOC"
|
|
#define LOOC_CHANNEL "LOOC"
|
|
#define MENTOR_CHANNEL "Mentor"
|
|
#define ADMIN_CHANNEL "Admin"
|
|
#define DSAY_CHANNEL "Dsay"
|
|
#define DEV_CHANNEL "Dev"
|
|
#define STAFF_CHANNEL "Staff"
|
|
|