From 832fab6c6e4d5ff051a33282b11ce5bcaeca7002 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 4 May 2024 22:32:07 +0500 Subject: feat: stream event handler --- src/stream.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stream.hpp') diff --git a/src/stream.hpp b/src/stream.hpp index 687fc1e..7701cb3 100644 --- a/src/stream.hpp +++ b/src/stream.hpp @@ -28,6 +28,8 @@ namespace bot::stream { private: void run(); void check(); + void handler(const schemas::EventType &type, + const api::twitch::schemas::Stream &stream); const api::twitch::HelixClient &helix_client; irc::Client &irc_client; -- cgit v1.2.3