Mercurial > pidgin
diff src/protocols/toc/toc.c @ 2597:2ced57c58653
[gaim-migrate @ 2610]
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
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 24 Oct 2001 10:23:49 +0000 |
| parents | 34812d648f72 |
| children | 37d80035e77f |
line wrap: on
line diff
--- a/src/protocols/toc/toc.c Wed Oct 24 08:48:05 2001 +0000 +++ b/src/protocols/toc/toc.c Wed Oct 24 10:23:49 2001 +0000 @@ -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)
