]> andersk Git - libfaim.git/blobdiff - utils/faimtest/faimtest.c
- Wed Sep 19 18:50:34 PDT 2001
[libfaim.git] / utils / faimtest / faimtest.c
index f5b8e2751167b9a02e6c9de467de1e062ee0c7cc..45367aa2485bd1ebed9880ae3e08a46afa66bed4 100644 (file)
@@ -913,6 +913,7 @@ static int faimtest_memrequest(aim_session_t *sess, aim_frame_t *fr, ...)
 
 static void printuserflags(fu16_t flags)
 {
+
        if (flags & AIM_FLAG_UNCONFIRMED)
                dinlineprintf("UNCONFIRMED ");
        if (flags & AIM_FLAG_ADMINISTRATOR)
@@ -929,6 +930,9 @@ static void printuserflags(fu16_t flags)
                dinlineprintf("ICQ? ");
        if (flags & AIM_FLAG_UNKNOWN80)
                dinlineprintf("UNKNOWN80 ");
+       if (flags & AIM_FLAG_ACTIVEBUDDY)
+               dinlineprintf("ACTIVEBUDDY ");
+
        return;
 }
 
This page took 0.040496 seconds and 4 git commands to generate.