summaryrefslogtreecommitdiff
path: root/plugins/Chat/services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Chat/services.cpp')
-rw-r--r--plugins/Chat/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Chat/services.cpp b/plugins/Chat/services.cpp
index 6f305cc906..06e4f20cc8 100644
--- a/plugins/Chat/services.cpp
+++ b/plugins/Chat/services.cpp
@@ -501,7 +501,7 @@ static int DoControl(GCEVENT * gce, WPARAM wp)
break;
}
case SESSION_TERMINATE:
- return SM_RemoveSession(gce->pDest->ptszID, gce->pDest->pszModule);
+ return SM_RemoveSession(gce->pDest->ptszID, gce->pDest->pszModule, (gce->dwFlags & GCEF_REMOVECONTACT) != 0);
}
SM_SendMessage(gce->pDest->ptszID, gce->pDest->pszModule, GC_EVENT_CONTROL + WM_USER + 500, wp, 0);
}