ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.26,1.27


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.26,1.27
Date: Mon, 27 Jan 2003 04:00:49 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv1314/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
check for NULL account in conference, disable duplicate joined/left message

Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- yahoo.c     27 Jan 2003 08:38:30 -0000      1.26
+++ yahoo.c     27 Jan 2003 09:00:35 -0000      1.27
@@ -995,8 +995,8 @@
 
        ycrd = chat_room->protocol_local_chat_room_data;
 
-       snprintf(buff, sizeof(buff), _("%s has joined the conference."), who);
-       eb_chat_room_show_message(chat_room, _("Yahoo! Messenger"), buff);
+/*     snprintf(buff, sizeof(buff), _("%s has joined the conference."), who);
+       eb_chat_room_show_message(chat_room, _("Yahoo! Messenger"), buff);*/
 
        for(l = ycrd->members; l; l=l->next) {
                char * handle = l->data;
@@ -1019,8 +1019,8 @@
        ycrd = chat_room->protocol_local_chat_room_data;
        eb_chat_room_buddy_leave(chat_room, who);
 
-       snprintf(buff, sizeof(buff), _("%s has left the conference."), who);
-       eb_chat_room_show_message(chat_room, _("Yahoo! Messenger"), buff);
+/*     snprintf(buff, sizeof(buff), _("%s has left the conference."), who);
+       eb_chat_room_show_message(chat_room, _("Yahoo! Messenger"), buff);*/
 
        
        for(l = ycrd->members; l; l=l->next) {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]