diff options
| author | ilotterytea <iltsu@alright.party> | 2024-04-20 23:22:45 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-04-20 23:22:45 +0500 |
| commit | 9953a68a5d1918ad6e77a7c614279d14ab1c6bc0 (patch) | |
| tree | d1e70937671e9aafbde36fa7b8406f92ed0343a0 /src/irc/client.hpp | |
| parent | f80792c6e0e0ef167132ccec65105bb6a422031f (diff) | |
feat: connecting to twitch irc servers
Diffstat (limited to 'src/irc/client.hpp')
| -rw-r--r-- | src/irc/client.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
