Check Username
The Check Username check compares a user's Twitch username against a specific name you configure. If the username matches, the flow continues down the True path; otherwise, it goes down the False path. This is useful when you want to create special behavior for a particular viewer.
The comparison is case-insensitive, so "NightBot" and "nightbot" are treated as the same.
Inputs
| Name | Type | Description |
|---|---|---|
User | User | The user whose username will be checked. |
Outputs
| Name | Type | Description |
|---|---|---|
True | User | The user, if their username matches the configured name. |
False | User | The user, if their username does not match. |
Configuration
- Username: The Twitch username to match against.
Example
Use the Check Username node to create a special welcome message for a specific viewer. When someone follows, check if their username matches your best friend's Twitch name, and if so, play a unique personalized alert instead of the standard follow alert.