diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-08 13:29:24 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-08 13:29:24 +0000 |
commit | 9dcad35f7d973b3161b6e56926fc565c2716f943 (patch) | |
tree | e62c8ebe1b3a2a44a927ded87c1d293d7aff55aa /metacontacts/meta_services.c | |
parent | 4e471713e5b2b650fe430e1850fb5ac47d06446a (diff) |
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
Diffstat (limited to 'metacontacts/meta_services.c')
-rw-r--r-- | metacontacts/meta_services.c | 2 |
1 files changed, 1 insertions, 1 deletions
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:
|