mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <KashL@t-online.de>
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
// Used to direct channels to speak into.
|
|
#define SAY_CHANNEL "Say"
|
|
#define RADIO_CHANNEL "Radio"
|
|
#define ME_CHANNEL "Me"
|
|
#define OOC_CHANNEL "OOC"
|
|
#define ADMIN_CHANNEL "Admin"
|
|
#define LOOC_CHANNEL "LOOC"
|
|
#define WHIS_CHANNEL "Whis"
|
|
#define SUBTLE_CHANNEL "Subtle"
|