diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2023-01-12 20:17:38 -0500 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2023-01-12 20:17:38 -0500 |
commit | 8e0087172174b2aec0fce9ef4a2f2e287251ff74 (patch) | |
tree | 6a076cff7a48cf8fea31b395c11437f7875cc87f /src/main/kotlin | |
parent | 504f2aaf5c743be9a91615cb2fce9f0a45d11962 (diff) | |
download | Chatting-8e0087172174b2aec0fce9ef4a2f2e287251ff74.tar.gz Chatting-8e0087172174b2aec0fce9ef4a2f2e287251ff74.tar.bz2 Chatting-8e0087172174b2aec0fce9ef4a2f2e287251ff74.zip |
Revert "Allow for custom messages (#14)"
This reverts commit 504f2aaf5c743be9a91615cb2fce9f0a45d11962.
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt index 75b5d69..50de1f4 100644 --- a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt +++ b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt @@ -30,7 +30,6 @@ data class ChatTab( lateinit var button: TabButton lateinit var compiledRegex: ChatRegexes lateinit var compiledIgnoreRegex: ChatRegexes - @Transient var messages: List<String> = ArrayList() //Ugly hack to make GSON not make button / regex null fun initialize() { |