Update of /cvsroot/gaim/gaim/src/protocols/yahoo
In directory usw-pr-cvs1:/tmp/cvs-serv8085
Modified Files:
yahoo.c
Log Message:
game msg. thanks brian macke
Index: yahoo.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- yahoo.c 2001/11/19 23:32:04 1.16
+++ yahoo.c 2001/11/21 01:52:41 1.17
@@ -90,7 +90,8 @@
YAHOO_SERVICE_CHATLOGOFF,
YAHOO_SERVICE_CHATMSG = 0x20,
YAHOO_SERVICE_GAMELOGON = 0x28,
- YAHOO_SERVICE_GAMELOGOFF = 0x29,
+ YAHOO_SERVICE_GAMELOGOFF,
+ YAHOO_SERVICE_GAMEMSG = 0x2a,
YAHOO_SERVICE_FILETRANSFER = 0x46,
YAHOO_SERVICE_LIST = 0x55,
YAHOO_SERVICE_ADDBUDDY = 0x83,
@@ -675,6 +676,7 @@
yahoo_process_status(gc, pkt);
break;
case YAHOO_SERVICE_MESSAGE:
+ case YAHOO_SERVICE_GAMEMSG:
yahoo_process_message(gc, pkt);
break;
case YAHOO_SERVICE_NEWMAIL:
|