aboutsummaryrefslogtreecommitdiff
path: root/client.cpp
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-10-06 13:12:17 +0300
committerTolmachev Igor <me@igorek.dev>2025-10-06 13:12:17 +0300
commita8781c2535ecd64052344981bbc3cb8456ff67d9 (patch)
treeb56d460c5b1a274da64cebc6625a016eca6bd22a /client.cpp
parent2b7ea39b1a367586d5fc062e6d0536b0463ff890 (diff)
downloadauto_telegram_reaction-master.tar.gz
auto_telegram_reaction-master.zip
Add some outputmaster
Diffstat (limited to 'client.cpp')
-rw-r--r--client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/client.cpp b/client.cpp
index a64973e..eaa4c00 100644
--- a/client.cpp
+++ b/client.cpp
@@ -54,6 +54,8 @@ public:
54 continue; 54 continue;
55 } 55 }
56 } 56 }
57
58 std::cout << "Client is authorized" << std::endl;
57 } 59 }
58 60
59 void loop() { 61 void loop() {