comparison src/server.c @ 1659:55bb0e870537

[gaim-migrate @ 1669] patch from phzzzt to not send auto-response. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 30 Mar 2001 10:12:36 +0000
parents d7e380618fd5
children a312d64a995d
comparison
equal deleted inserted replaced
1658:ea5b31cdd438 1659:55bb0e870537
385 } 385 }
386 386
387 387
388 388
389 389
390 if (gc->away && strlen(gc->away)) { 390 if (!(general_options & OPT_GEN_NO_AUTO_RESP) && gc->away && strlen(gc->away)) {
391 time_t t; 391 time_t t;
392 char *tmpmsg; 392 char *tmpmsg;
393 struct buddy *b = find_buddy(gc, name); 393 struct buddy *b = find_buddy(gc, name);
394 char *alias = b ? b->show : name; 394 char *alias = b ? b->show : name;
395 395