diff src/server.c @ 1145:cd96ca1aed02

[gaim-migrate @ 1155] actually to be quite honest toc has been blocking me so i have no way of knowing that the permit/deny stuff that i'm committing actually works. but i'm sure i'll get a bug report in about 3 hours or so if it's not. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Nov 2000 13:18:11 +0000
parents 249b040f6a83
children 3063e6743913
line wrap: on
line diff
--- a/src/server.c	Mon Nov 27 12:45:03 2000 +0000
+++ b/src/server.c	Mon Nov 27 13:18:11 2000 +0000
@@ -226,9 +226,9 @@
 
 void serv_set_permit_deny(struct gaim_connection *g)
 {
-	/* this is called when some other function has modified the permit/deny list and
-	 * now wants to register that change with the server. if you're just adding/removing
-	 * one name, use the add/remove functions above */
+	/* this is called when either you import a buddy list, and make lots of changes that way,
+	 * or when the user toggles the permit/deny mode in the prefs. In either case you should
+	 * probably be resetting and resending the permit/deny info when you get this. */
 	if (g->prpl && g->prpl->set_permit_deny)
 		(*g->prpl->set_permit_deny)(g);
 }