comparison mcabber/src/jabglue.c @ 891:78f4971578dd

Add a "special" parameter to scr_setmsgflag_if_needed()
author Mikael Berthe <mikael@lilotux.net>
date Wed, 31 May 2006 23:12:56 +0200
parents cee8d6be04e1
children 39aff86d64e7
comparison
equal deleted inserted replaced
890:788e088702d6 891:78f4971578dd
1198 // We weren't inside the room yet. Now we are. 1198 // We weren't inside the room yet. Now we are.
1199 // However, this could be a presence packet from another room member 1199 // However, this could be a presence packet from another room member
1200 1200
1201 buddy_setinsideroom(room_elt->data, TRUE); 1201 buddy_setinsideroom(room_elt->data, TRUE);
1202 // Set the message flag unless we're already in the room buffer window 1202 // Set the message flag unless we're already in the room buffer window
1203 scr_setmsgflag_if_needed(roomjid); 1203 scr_setmsgflag_if_needed(roomjid, FALSE);
1204 // Add a message to the tracelog file 1204 // Add a message to the tracelog file
1205 mbuf = g_strdup_printf("You have joined %s as \"%s\"", roomjid, ournick); 1205 mbuf = g_strdup_printf("You have joined %s as \"%s\"", roomjid, ournick);
1206 scr_LogPrint(LPRINT_LOGNORM, "%s", mbuf); 1206 scr_LogPrint(LPRINT_LOGNORM, "%s", mbuf);
1207 g_free(mbuf); 1207 g_free(mbuf);
1208 mbuf = g_strdup_printf("You have joined as \"%s\"", ournick); 1208 mbuf = g_strdup_printf("You have joined as \"%s\"", ournick);