summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r--plugins/UserInfoEx/src/svc_refreshci.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/UserInfoEx/src/svc_refreshci.cpp b/plugins/UserInfoEx/src/svc_refreshci.cpp
index ebbcb09d65..02b5f45e90 100644
--- a/plugins/UserInfoEx/src/svc_refreshci.cpp
+++ b/plugins/UserInfoEx/src/svc_refreshci.cpp
@@ -691,12 +691,9 @@ public:
{
LPSTR pszProto = DB::Contact::Proto(hContact);
- if ((mir_strcmp(pszProto, "Weather")!=0) &&
- (mir_strcmp(pszProto, "MetaContacts")!=0) &&
- IsProtoOnline(pszProto))
- {
+ if ((mir_strcmp(pszProto, "Weather") != 0) && (mir_strcmp(pszProto, META_PROTO) != 0) && IsProtoOnline(pszProto))
return Add(iWait, hContact);
- }
+
return 0;
}