added setting to show unhandled irc commands

This commit is contained in:
fourtf
2019-09-18 11:11:50 +02:00
parent 765a75f158
commit 07133166d9
5 changed files with 33 additions and 16 deletions
+1
View File
@@ -32,6 +32,7 @@ enum class MessageFlag : uint32_t {
RecentMessage = (1 << 15),
Whisper = (1 << 16),
HighlightedWhisper = (1 << 17),
Debug = (1 << 18),
};
using MessageFlags = FlagsEnum<MessageFlag>;