diff options
author | leecher1337 <leecher@dose.0wnz.at> | 2018-03-29 01:04:55 +0200 |
---|---|---|
committer | leecher1337 <leecher@dose.0wnz.at> | 2018-03-29 01:04:55 +0200 |
commit | 3e6fb10c557538bbb89666b1423bf7c85f1e4aff (patch) | |
tree | 1c40c3c0713bc075596beb6d8b805302aeb5dd68 /protocols/MSN/src/msn_contact.cpp | |
parent | e6e175b99ad75a4a82ae8363eed5277b0ffa577d (diff) |
Seems like MSN now only uses Skype contacts internally, therefore crude hack to migrate MSN-user messages to Skype.
Diffstat (limited to 'protocols/MSN/src/msn_contact.cpp')
-rw-r--r-- | protocols/MSN/src/msn_contact.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/MSN/src/msn_contact.cpp b/protocols/MSN/src/msn_contact.cpp index a00547b270..aba8a2b99f 100644 --- a/protocols/MSN/src/msn_contact.cpp +++ b/protocols/MSN/src/msn_contact.cpp @@ -222,6 +222,7 @@ bool CMsnProto::MSN_RefreshContactList(void) Lists_Wipe();
Lists_Populate();
+ /*
if (MyOptions.netId != NETID_SKYPE)
{
// Get your own profile info (does not work anymore, byrdr died)
@@ -250,7 +251,8 @@ bool CMsnProto::MSN_RefreshContactList(void) // Read my own profile from SOAP AB (does not work anymore, byrdr died)
//MSN_StoreGetProfile();
}
- else
+ else
+ */
{
// Refresh Skype contact list
MSN_SKYABRefreshClist();
|