comparison src/server.c @ 6624:22346bcb50c2

[gaim-migrate @ 7148] (11:42:49) Robot101: LSchiere2: in server.c, change first occurence of GAIM_MESSAGE_AUTO_RESP to GAIM_IM_AUTO_RESP (11:46:33) Robot101: LSchiere2: (it's doing an & with imflags, for sanity check) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 25 Aug 2003 15:47:44 +0000
parents a4622f1fb5a1
children 314111e7b601
comparison
equal deleted inserted replaced
6623:156e6643f9db 6624:22346bcb50c2
270 c = gaim_find_conversation(name); 270 c = gaim_find_conversation(name);
271 271
272 if (prpl_info && prpl_info->send_im) 272 if (prpl_info && prpl_info->send_im)
273 val = prpl_info->send_im(gc, name, message, len, imflags); 273 val = prpl_info->send_im(gc, name, message, len, imflags);
274 274
275 if (!(imflags & GAIM_MESSAGE_AUTO_RESP)) 275 if (!(imflags & GAIM_IM_AUTO_RESP))
276 serv_touch_idle(gc); 276 serv_touch_idle(gc);
277 277
278 if (gc->away && 278 if (gc->away &&
279 (gc->flags & GAIM_CONNECTION_AUTO_RESP) && 279 (gc->flags & GAIM_CONNECTION_AUTO_RESP) &&
280 gaim_prefs_get_bool("/core/away/auto_response/enabled") && 280 gaim_prefs_get_bool("/core/away/auto_response/enabled") &&