diff options
author | dequis <dx@dxzone.com.ar> | 2015-11-29 11:33:12 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-11-29 11:42:07 -0300 |
commit | 64b8c9f802b16ada4645216be67a18f15dbe790c (patch) | |
tree | 3c67363cdff2acde643813b6b13101a0ce699314 | |
parent | 25f6151ce38d07cd85f68c3e881acdf8652f6dc1 (diff) |
msn: remove suggestion to use the official client, which is dead
I mean sure you could use messenger reviver but..
-rw-r--r-- | protocols/msn/soap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/msn/soap.c b/protocols/msn/soap.c index 34515aec..516d320c 100644 --- a/protocols/msn/soap.c +++ b/protocols/msn/soap.c @@ -778,8 +778,7 @@ static int msn_soap_addressbook_handle_response(struct msn_soap_req_data *soap_r if (wtf) { imcb_log(soap_req->ic, "Warning: %d contacts were in both your " "block and your allow list. Assuming they're all " - "allowed. Use the official WLM client once to fix " - "this.", wtf); + "allowed.", wtf); } msn_auth_got_contact_list(soap_req->ic); |