From 9dcad35f7d973b3161b6e56926fc565c2716f943 Mon Sep 17 00:00:00 2001 From: sje Date: Sun, 8 Jul 2007 13:29:24 +0000 Subject: fix for metas not appearing in proto list git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@258 4f64403b-2f21-0410-a795-97e2b3489a10 --- metacontacts/meta_services.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metacontacts/meta_services.c') diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c index e778a20..1a974dc 100644 --- a/metacontacts/meta_services.c +++ b/metacontacts/meta_services.c @@ -107,7 +107,7 @@ int Meta_GetCaps(WPARAM wParam,LPARAM lParam) ret = PF4_SUPPORTTYPING | PF4_AVATARS; break; case PFLAGNUM_5: - ret = PF2_ONLINE | PF2_INVISIBLE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND + ret = PF2_INVISIBLE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND | PF2_FREECHAT | PF2_OUTTOLUNCH | PF2_ONTHEPHONE; break; case PFLAG_UNIQUEIDTEXT: -- cgit v1.2.3