fix: don't spam debug output about 7TV CreateEmoteSet (#5700)
This commit is contained in:
@@ -237,6 +237,10 @@ void SeventvEventAPI::handleDispatch(const Dispatch &dispatch)
|
|||||||
// unhandled (not clear what we'd do here yet)
|
// unhandled (not clear what we'd do here yet)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case SubscriptionType::CreateEmoteSet: {
|
||||||
|
// unhandled (c2 does not support custom emote sets)
|
||||||
|
}
|
||||||
|
break;
|
||||||
default: {
|
default: {
|
||||||
qCDebug(chatterinoSeventvEventAPI)
|
qCDebug(chatterinoSeventvEventAPI)
|
||||||
<< "Unknown subscription type:"
|
<< "Unknown subscription type:"
|
||||||
|
|||||||
Reference in New Issue
Block a user