[Request] Able to differentiate "no permission" raws

So there’s a problem where you can’t easily tell what permission you don’t have when you receive this raw:

@msg-id=no_permission :tmi.twitch.tv NOTICE #moocat :You don't have permission to perform that action.

Because you get that for all permissions, including both mod and editor permissions.
So what happens is you have to withdraw permission for everything, or check the status of each permission (which there is no easy way to do)

Would love to have something like this:
Editor:
@msg-id=no_permission;permission-type=editor :tmi.twitch.tv NOTICE #moocat :You don't have permission to perform that action.
Moderator:
@msg-id=no_permission;permission-type=moderator :tmi.twitch.tv NOTICE #moocat :You don't have permission to perform that action.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.