From: Don S. <ri...@us...> - 2005-02-03 20:30:07
|
Update of /cvsroot/gaim-bnet/gaim-bnet/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285 Modified Files: proto.c Log Message: I think this is supposed to be whisper, not whispear Index: proto.c =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/src/proto.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** proto.c 3 Feb 2005 15:12:48 -0000 1.20 --- proto.c 3 Feb 2005 20:29:48 -0000 1.21 *************** *** 161,165 **** /****************************************************************************** ! * Whispear From Processing *****************************************************************************/ static void --- 161,165 ---- /****************************************************************************** ! * Whisper From Processing *****************************************************************************/ static void *************** *** 527,531 **** static void ! bnet_proto_msg_whispearf(BNetConn *conn, const gchar** args) { const gchar* nick = args[0]; //const gchar* game = args[1]; --- 527,531 ---- static void ! bnet_proto_msg_whisperf(BNetConn *conn, const gchar** args) { const gchar* nick = args[0]; //const gchar* game = args[1]; *************** *** 600,604 **** static void ! bnet_proto_msg_whispeart(BNetConn *conn, const gchar** args) { const gchar* nick = args[0]; //const gchar* game = args[1]; --- 600,604 ---- static void ! bnet_proto_msg_whispert(BNetConn *conn, const gchar** args) { const gchar* nick = args[0]; //const gchar* game = args[1]; *************** *** 708,716 **** { 1002, 3, bnet_proto_msg_join }, { 1003, 2, bnet_proto_msg_leave }, ! { 1004, 3, bnet_proto_msg_whispearf }, { 1005, 3, bnet_proto_msg_talk }, { 1007, 1, bnet_proto_msg_channel }, { 1009, 2, bnet_proto_msg_userflg }, ! { 1010, 3, bnet_proto_msg_whispeart }, { 1018, 1, bnet_proto_msg_info }, { 1019, 1, bnet_proto_msg_error }, --- 708,716 ---- { 1002, 3, bnet_proto_msg_join }, { 1003, 2, bnet_proto_msg_leave }, ! { 1004, 3, bnet_proto_msg_whisperf }, { 1005, 3, bnet_proto_msg_talk }, { 1007, 1, bnet_proto_msg_channel }, { 1009, 2, bnet_proto_msg_userflg }, ! { 1010, 3, bnet_proto_msg_whispert }, { 1018, 1, bnet_proto_msg_info }, { 1019, 1, bnet_proto_msg_error }, |