summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_polling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_polling.cpp')
-rw-r--r--protocols/Steam/src/steam_polling.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_polling.cpp b/protocols/Steam/src/steam_polling.cpp
index c691cd979e..a008c359cb 100644
--- a/protocols/Steam/src/steam_polling.cpp
+++ b/protocols/Steam/src/steam_polling.cpp
@@ -145,6 +145,9 @@ void CSteamProto::ParsePollData(JSONNode *data)
}
else if (!lstrcmpi(type, _T("leftconversation")))
{
+ if (!getBool("ShowChatEvents", true))
+ continue;
+
// chatstates gone event
MCONTACT hContact = FindContact(steamId);
if (hContact)