comparison src/protocols/yahoo/rxhandlers.c @ 2193:aa9181460af6

[gaim-migrate @ 2203] hola committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 29 Aug 2001 23:49:18 +0000
parents 1779daad8cc3
children dfaf5d9d433e
comparison
equal deleted inserted replaced
2192:f2a93c8f1be3 2193:aa9181460af6
108 } 108 }
109 109
110 static void yahoo_parse_status(struct yahoo_session *sess, struct yahoo_packet *pkt) 110 static void yahoo_parse_status(struct yahoo_session *sess, struct yahoo_packet *pkt)
111 { 111 {
112 /* OK, I'm going to comment it this time. We either get: 112 /* OK, I'm going to comment it this time. We either get:
113 * gtkobject(99,(test)\001,6634CD3,0,1,0,0) 113 * warmenhoven(99,(test)\001,6634CD3,0,1,0,0)
114 * or 114 * or
115 * 2,gtkobject(0,6634CD3,0,1,0,0),warmenhoven(0,6C8C0C48,0,1,0,0) 115 * 2,smarterchild(0,6634CD3,0,1,0,0),warmenhoven(0,6C8C0C48,0,1,0,0)
116 * 116 *
117 * in the first case, we only get one person, and we get a bunch of fields. 117 * in the first case, we only get one person, and we get a bunch of fields.
118 * in the second case, the number is how many people we got, and then the 118 * in the second case, the number is how many people we got, and then the
119 * names followed by a bunch of fields, separated by commas. 119 * names followed by a bunch of fields, separated by commas.
120 * 120 *