refactor: move event api initializations to TwitchIrcServer (#6198)

This commit is contained in:
pajlada
2025-05-10 15:17:00 +02:00
committed by GitHub
parent aa7630af71
commit e86ecf5d0b
6 changed files with 128 additions and 106 deletions
+6
View File
@@ -134,6 +134,12 @@ public:
this->lastUserThatWhisperedMe = user;
}
void initEventAPIs(BttvLiveUpdates *bttvLiveUpdates,
SeventvEventAPI *seventvEventAPI) override
{
//
}
ChannelPtr getWhispersChannel() const override
{
return this->whispersChannel;