diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-15 15:48:56 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-15 15:48:56 +0700 |
commit | cce479dfe91b432521534e0dde866743931fe2cb (patch) | |
tree | 1d1b7b0f696b423fe56e33b932c51ea08118a134 /src/main/kotlin/cc/woverflow/chatting/Chatting.kt | |
parent | fefe3fd23caa01fe58cc8705292f67edf80e5270 (diff) | |
download | Chatting-cce479dfe91b432521534e0dde866743931fe2cb.tar.gz Chatting-cce479dfe91b432521534e0dde866743931fe2cb.tar.bz2 Chatting-cce479dfe91b432521534e0dde866743931fe2cb.zip |
revert spam block
not very comfortable with pushing this as a non-beta right now, after release this will be unreverted and i will see what i can do with it
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/Chatting.kt')
-rw-r--r-- | src/main/kotlin/cc/woverflow/chatting/Chatting.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/Chatting.kt b/src/main/kotlin/cc/woverflow/chatting/Chatting.kt index 5718f14..0fe85f9 100644 --- a/src/main/kotlin/cc/woverflow/chatting/Chatting.kt +++ b/src/main/kotlin/cc/woverflow/chatting/Chatting.kt @@ -2,7 +2,6 @@ package cc.woverflow.chatting import cc.woverflow.chatting.chat.ChatSearchingManager import cc.woverflow.chatting.chat.ChatShortcuts -import cc.woverflow.chatting.chat.ChatSpamBlock import cc.woverflow.chatting.chat.ChatTabs import cc.woverflow.chatting.config.ChattingConfig import cc.woverflow.chatting.hook.GuiNewChatHook @@ -81,7 +80,6 @@ object Chatting { } ClientRegistry.registerKeyBinding(keybind) EVENT_BUS.register(this) - EVENT_BUS.register(ChatSpamBlock) ChatTabs.initialize() ChatShortcuts.initialize() } |