Skip to main content

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

NameTypeDescription
UserUserThe user whose username will be checked.

Outputs

NameTypeDescription
TrueUserThe user, if their username matches the configured name.
FalseUserThe 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.