From 2ed436c9c7338686de0a470baeae52072eca4ab2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 11 Jan 2019 19:54:22 +0200 Subject: no need to print notifications for initial user list filling --- protocols/Icq10/src/groupchats.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/Icq10/src/groupchats.cpp b/protocols/Icq10/src/groupchats.cpp index 4ba45ac6e4..ec5d0efd88 100644 --- a/protocols/Icq10/src/groupchats.cpp +++ b/protocols/Icq10/src/groupchats.cpp @@ -36,6 +36,7 @@ void CIcqProto::LoadChatInfo(SESSION_INFO *si) CMStringW sn((*node)["sn"].as_mstring()); GCEVENT gce = { m_szModuleName, si->ptszID, GC_EVENT_JOIN }; + gce.dwFlags = GCEF_SILENT; gce.ptszNick = nick; gce.ptszUID = sn; gce.time = ::time(0); -- cgit v1.2.3