diff options
Diffstat (limited to 'src/stream.hpp')
| -rw-r--r-- | src/stream.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
