From 25ba548e015f3be7c2724617d9258858da7cc66a Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 20 Apr 2024 23:45:41 +0500 Subject: feat: authorizing on 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 52c8cbf..e6846d2 100644 --- a/src/irc/client.hpp +++ b/src/irc/client.hpp @@ -14,6 +14,8 @@ namespace RedpilledBot { void run(); private: + void authorize(); + std::string username; std::string password; -- cgit v1.2.3