diff options
Diffstat (limited to 'protocols/Steam/src/steam_polling.cpp')
-rw-r--r-- | protocols/Steam/src/steam_polling.cpp | 3 |
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) |