comparison src/server.c @ 771:72e556f6b99d

[gaim-migrate @ 781] libfaim gets warnings, and other minor changes committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 Aug 2000 05:07:43 +0000
parents bf31bf916f53
children c714def9cebb
comparison
equal deleted inserted replaced
770:172c5cf98dfa 771:72e556f6b99d
468 char *send = g_malloc(256); 468 char *send = g_malloc(256);
469 g_snprintf(send, 255, "toc_evil %s %s", name, 469 g_snprintf(send, 255, "toc_evil %s %s", name,
470 ((anon) ? "anon" : "norm")); 470 ((anon) ? "anon" : "norm"));
471 sflap_send(send, -1, TYPE_DATA); 471 sflap_send(send, -1, TYPE_DATA);
472 g_free(send); 472 g_free(send);
473 } else {
474 aim_send_warning(gaim_sess, gaim_conn, name, anon);
473 } 475 }
474 } 476 }
475 477
476 void serv_build_config(char *buf, int len, gboolean show) { 478 void serv_build_config(char *buf, int len, gboolean show) {
477 toc_build_config(buf, len, show); 479 toc_build_config(buf, len, show);