summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Utils.pas/mircontacts.pas7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/Utils.pas/mircontacts.pas b/plugins/Utils.pas/mircontacts.pas
index 3bcd96be33..91bb9f34e0 100644
--- a/plugins/Utils.pas/mircontacts.pas
+++ b/plugins/Utils.pas/mircontacts.pas
@@ -465,12 +465,7 @@ begin
end;
end
else
- begin
- if ServiceExists(MS_MSG_CONVERS) then // Convers compat.
- CallService(MS_MSG_CONVERS,hContact,0)
- else
- CallService(MS_MSG_SENDMESSAGE,hContact,0)
- end;
+ CallService(MS_MSG_SENDMESSAGE,hContact,0);
end;
end;