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/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 34839eb..3e13f5c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,5 +7,7 @@ int main(int argc, char *argv[]) { RedpilledBot::IRC::Client client("", ""); + client.run(); + return 0; } -- cgit v1.2.3