Kick chat modes explained, and why your chat tools go quiet
Kick gives you four ways to restrict who can talk in your chat, plus a timer that limits how often. They look simple in the settings panel. What the panel does not tell you is that three of them cause messages to be rejected silently — the sender sees their own message appear, nobody else does, and no error is shown to anyone.
That silence is why streamers so often think a chat tool is broken when the tool is working perfectly and the room is simply closed.
The four modes
Kick stores your room's restriction in a single setting. Only one is in force at a time.
| Mode | Who can post | Typical use |
|---|---|---|
| Public | Anyone signed in | The default |
| Followers only | Accounts that follow you | Raid and spam defence |
| Subscribers only | Paying subscribers | Sub-perk chats, big rooms |
| Emote only | Anyone, but emotes only — no words | Drama control, reaction moments |
Emote-only is the strictest in practice. It does not block people, it blocks language: an ordinary sentence is rejected even from a moderator's account.
The setting almost nobody notices
Turning on followers-only reveals a second control: a minimum follow duration. It is separate from the mode itself and it defaults to zero, but a lot of channels have quietly been left with a value in it.
The effect surprises people. With followers-only on and a 10-minute duration, someone who follows you right now still cannot talk for ten minutes. From the viewer's side there is no feedback at all — they followed, they typed, nothing happened. Many of them conclude the chat is broken and leave.
If you use followers-only for raid protection, a duration of 0 or 1 gives you almost all of the protection with almost none of the confusion.
Slow mode is the one that behaves well
Slow mode is different in kind from the other four. It does not decide who may talk, only how often — one message per viewer per N seconds. Kick tells the sender they are rate-limited, and the message goes through once the timer clears.
It is the only restriction with honest feedback, and for most channels it solves the problem people reach for followers-only to solve. If your chat is moving too fast to read, slow mode at 3 to 5 seconds is a better first move than locking out non-followers.
Why your chat tools go quiet
Here is the part that matters if you run any kind of chat tool, bot, or automation.
When a restricted room rejects a message, it does not return an error to the tool that sent it. The message is simply dropped. A naive bot has no idea: it reports that it sent 200 messages and every one of them vanished. You see a bot claiming success and a chat with nothing in it.
Worse, Kick exposes the room's state in two different places that can disagree. There is a current mode field that reflects what is actually in force, and there are older per-mode flags left over from an earlier version of the API. The old flags are frequently wrong. We sampled 19 channels and the legacy "followers mode" flag agreed with the real setting only 9 times — worse than a coin flip. Seven channels that were fully public reported the flag as on.
That matters because a tool trusting the wrong field will either refuse to work on an open channel, or cheerfully send into a closed one. If you are evaluating chat tools, it is a fair question to ask how they check, and a good tool should refuse to start and tell you why rather than take your money and go quiet.
A quick checklist when chat looks dead
- Check the mode first, not the tool. Public, followers, subscribers or emote-only?
- If followers-only is on, check the minimum follow duration underneath it.
- Emote-only will reject ordinary sentences from everyone, including you and your mods.
- Slow mode is fine — it delays, it does not drop.
- If everything reads public and messages still vanish, the account sending them is probably
logged out or restricted, not the room.
What to use, and when
For most channels under a few thousand viewers, the answer is: leave chat public, run slow mode at 3 to 5 seconds, and keep followers-only as a switch you flip during a raid rather than a permanent setting. Every restriction you leave on permanently is a group of viewers who tried to talk to you, got no response, and did not try again.
Run an AI chat bot on your streamOpen your KVB dashboard →