refactor: move event api initializations to TwitchIrcServer (#6198)
This commit is contained in:
@@ -134,6 +134,12 @@ public:
|
||||
this->lastUserThatWhisperedMe = user;
|
||||
}
|
||||
|
||||
void initEventAPIs(BttvLiveUpdates *bttvLiveUpdates,
|
||||
SeventvEventAPI *seventvEventAPI) override
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
ChannelPtr getWhispersChannel() const override
|
||||
{
|
||||
return this->whispersChannel;
|
||||
|
||||
Reference in New Issue
Block a user