diff options
Diffstat (limited to 'MySpace/proto.cpp')
-rw-r--r-- | MySpace/proto.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MySpace/proto.cpp b/MySpace/proto.cpp index 8dcd810..8a04e6a 100644 --- a/MySpace/proto.cpp +++ b/MySpace/proto.cpp @@ -265,6 +265,7 @@ int AddToList(WPARAM wParam, LPARAM lParam) { msg_add.add_string("reason", "");
SendMessage(msg_add);
+
}
}
@@ -274,6 +275,8 @@ int AddToList(WPARAM wParam, LPARAM lParam) { } else {
DBDeleteContactSetting(hContact, "CList", "NotOnList");
DBDeleteContactSetting(hContact, "CList", "Hidden");
+
+ LookupUID(mpsr->uid);
}
return (int)hContact;
|