[Feature Request] A label put before the name in chat for new user/user coming from raid
Describe the solution you'd like I want to be able to have a label put before the name in chat for new user, or user coming from raid, like in the classic Twitch chat
First Time chatters will be available in the next release. For raiders and suspicious users, we will most likely need to wait for EventSub to give us that data as I believe we cannot get it via IRC at this time.
Theoretically for the suspicious users I think it could work with PubSub (low-trust-users.<channel_id>.<suspicious_user_id>), but I'm not sure if it should be implemented through PubSub because afaik they wanted to have feature parity in EventSub at some point.
Because EventSub will eventually supersede PubSub, we won't be adding new features in PubSub. We can wait on EventSub for this.