Merge pull request #10052 from Ghommie/Ghommie-cit428

Banishes some "me" emote magic numbers from this realm.
This commit is contained in:
Putnam3145
2019-12-05 20:47:39 -08:00
committed by GitHub
9 changed files with 34 additions and 33 deletions
+4
View File
@@ -75,6 +75,10 @@
#define LINGHIVE_LING 2
#define LINGHIVE_LINK 3
//whether the emote is visible or audible.
#define EMOTE_VISIBLE 1
#define EMOTE_AUDIBLE 2
//Don't set this very much higher then 1024 unless you like inviting people in to dos your server with message spam
#define MAX_MESSAGE_LEN 2048 //Citadel edit: What's the WORST that could happen?
#define MAX_NAME_LEN 42