comparison src/protocols/oscar/stats.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 933346315b9b
children 07283934dedd
comparison
equal deleted inserted replaced
2671:ffa58bbe595d 2672:c41030cfed76
26 26
27 faim_internal int stats_modfirst(aim_session_t *sess, aim_module_t *mod) 27 faim_internal int stats_modfirst(aim_session_t *sess, aim_module_t *mod)
28 { 28 {
29 29
30 mod->family = 0x000b; 30 mod->family = 0x000b;
31 mod->version = 0x0000; 31 mod->version = 0x0001;
32 mod->toolid = 0x0104;
33 mod->toolversion = 0x0001;
32 mod->flags = 0; 34 mod->flags = 0;
33 strncpy(mod->name, "stats", sizeof(mod->name)); 35 strncpy(mod->name, "stats", sizeof(mod->name));
34 mod->snachandler = snachandler; 36 mod->snachandler = snachandler;
35 37
36 return 0; 38 return 0;