diff src/protocols/oscar/buddylist.c @ 3213:7ed9fa994055

[gaim-migrate @ 3230] More stuff from Kingant committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 05 May 2002 19:07:05 +0000
parents c41030cfed76
children 07283934dedd
line wrap: on
line diff
--- a/src/protocols/oscar/buddylist.c	Sun May 05 19:02:08 2002 +0000
+++ b/src/protocols/oscar/buddylist.c	Sun May 05 19:07:05 2002 +0000
@@ -53,6 +53,12 @@
 	if (aim_gettlv(tlvlist, 0x0002, 1))
 		maxwatchers = aim_gettlv16(tlvlist, 0x0002, 1);
 
+	/*
+	 * TLV type 0x0003: Unknown.
+	 *
+	 * ICQ only?
+	 */
+
 	if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype)))
 		ret = userfunc(sess, rx, maxbuddies, maxwatchers);