summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/poll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ICQ-WIM/src/poll.cpp')
-rw-r--r--protocols/ICQ-WIM/src/poll.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/poll.cpp b/protocols/ICQ-WIM/src/poll.cpp
index df5dc4e5a1..8347f2a8e8 100644
--- a/protocols/ICQ-WIM/src/poll.cpp
+++ b/protocols/ICQ-WIM/src/poll.cpp
@@ -27,7 +27,7 @@ void CIcqProto::ProcessBuddyList(const JSONNode &ev)
for (auto &it : ev["groups"]) {
CMStringW szGroup = it["name"].as_mstring();
- szGroup.Replace(L">", L"\\");
+ parseGroup(szGroup);
bool bCreated = false;
for (auto &buddy : it["buddies"]) {
@@ -71,7 +71,7 @@ void CIcqProto::ProcessDiff(const JSONNode &ev)
for (auto &it : block["data"]) {
CMStringW szGroup = it["name"].as_mstring();
- szGroup.Replace(L">", L"\\");
+ parseGroup(szGroup);
bool bCreated = false;
for (auto &buddy : it["buddies"]) {