diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-11 19:54:22 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-11 19:54:22 +0200 |
commit | 2ed436c9c7338686de0a470baeae52072eca4ab2 (patch) | |
tree | 9c4a7e4407e2db9e13aecf6d4e6905f5cf1b0511 /protocols | |
parent | 506986c49afe013ec1d54f8b8eadcf318bfbab4d (diff) |
no need to print notifications for initial user list filling
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Icq10/src/groupchats.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |