From: Eric W. <war...@us...> - 2001-10-24 10:23:52
|
Update of /cvsroot/gaim/gaim/src/protocols/toc In directory usw-pr-cvs1:/tmp/cvs-serv20366/src/protocols/toc Modified Files: toc.c Log Message: you're the one that i want (you're the one i wa-ant) oo oo oo you're all i need oh yes indeed Index: toc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- toc.c 2001/10/23 08:06:09 1.29 +++ toc.c 2001/10/24 10:23:49 1.30 @@ -1237,6 +1237,7 @@ g_snprintf(buf2, sizeof(buf2), "toc_add_permit %s", normalize(who)); sflap_send(gc, buf2, -1, TYPE_DATA); toc_set_config(gc); + signoff_blocked(gc); } static void toc_add_deny(struct gaim_connection *gc, char *who) @@ -1247,6 +1248,7 @@ g_snprintf(buf2, sizeof(buf2), "toc_add_deny %s", normalize(who)); sflap_send(gc, buf2, -1, TYPE_DATA); toc_set_config(gc); + signoff_blocked(gc); } static void toc_set_permit_deny(struct gaim_connection *gc) @@ -1312,6 +1314,7 @@ break; } toc_set_config(gc); + signoff_blocked(gc); } static void toc_rem_permit(struct gaim_connection *gc, char *who) |