diff src/protocols/oscar/info.c @ 2672:c41030cfed76

[gaim-migrate @ 2685] Time has told me You're a rare, rare find A troubled cure For a troubled mind And time has told me Not to ask for more Someday our ocean Will find its shore committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Mon, 05 Nov 2001 02:05:06 +0000
parents 44773c4b0f16
children 9fc65bb80596
line wrap: on
line diff
--- a/src/protocols/oscar/info.c	Sun Nov 04 12:54:41 2001 +0000
+++ b/src/protocols/oscar/info.c	Mon Nov 05 02:05:06 2001 +0000
@@ -627,7 +627,9 @@
 {
 
 	mod->family = 0x0002;
-	mod->version = 0x0000;
+	mod->version = 0x0001;
+	mod->toolid = 0x0101;
+	mod->toolversion = 0x047b;
 	mod->flags = 0;
 	strncpy(mod->name, "locate", sizeof(mod->name));
 	mod->snachandler = snachandler;