More accurate name for flag (MessageFlag::DoNotLog), disable logging for

sent whispers.
This commit is contained in:
moe-ka
2019-02-27 18:30:26 +00:00
committed by moka
parent 89f3a3f3ea
commit 3ddac8b12a
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ enum class MessageFlag : uint16_t {
Untimeout = (1 << 10),
PubSub = (1 << 11),
Subscription = (1 << 12),
Whisper = (1 << 13),
DoNotLog = (1 << 13),
AutoMod = (1 << 14),
RecentMessage = (1 << 15),
};