diff options
Diffstat (limited to 'src/stream.hpp')
| -rw-r--r-- | src/stream.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stream.hpp b/src/stream.hpp index 28fe0e3..73313ed 100644 --- a/src/stream.hpp +++ b/src/stream.hpp @@ -20,13 +20,11 @@ namespace bot::stream { configuration(configuration){}; ~StreamListenerClient() = default; - void run_thread(); - + void run(); void listen_channel(const int &id); void unlisten_channel(const int &id); private: - void run(); void check(); void handler(const schemas::EventType &type, const api::twitch::schemas::Stream &stream); |
