summaryrefslogtreecommitdiff
path: root/src/irc/client.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-04-20 23:45:41 +0500
committerilotterytea <iltsu@alright.party>2024-04-20 23:45:41 +0500
commit25ba548e015f3be7c2724617d9258858da7cc66a (patch)
tree049cba4f10d014b8ca0ad056f410d403123c66bb /src/irc/client.hpp
parent9953a68a5d1918ad6e77a7c614279d14ab1c6bc0 (diff)
feat: authorizing on twitch irc servers
Diffstat (limited to 'src/irc/client.hpp')
-rw-r--r--src/irc/client.hpp2
1 files changed, 2 insertions, 0 deletions
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;