From 9953a68a5d1918ad6e77a7c614279d14ab1c6bc0 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 20 Apr 2024 23:22:45 +0500 Subject: feat: connecting to twitch irc servers --- src/irc/client.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/irc/client.hpp') diff --git a/src/irc/client.hpp b/src/irc/client.hpp index 18e9854..52c8cbf 100644 --- a/src/irc/client.hpp +++ b/src/irc/client.hpp @@ -11,6 +11,8 @@ namespace RedpilledBot { Client(std::string username, std::string password); ~Client() = default; + void run(); + private: std::string username; std::string password; -- cgit v1.2.3