From 1c391013752968e42378c7549d10c6e48a3683d4 Mon Sep 17 00:00:00 2001 From: acetone Date: Tue, 25 May 2021 08:26:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=BA=D0=B5=D1=80=20=D0=BE?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=87=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B8=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 0bee439..16e4b5d 100644 --- a/main.cpp +++ b/main.cpp @@ -61,6 +61,7 @@ void sendVectorToUser() tsc->write_to_user(nick, str); } } + tsc->write_to_user(nick, "*** END ***"); --sendVectorToUser_COUNTER; std::cout << "sendVectorToUser- " << sendVectorToUser_COUNTER << std::endl; }