mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 21:21:59 +00:00
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"
|
|
|