diff src/buddy.c @ 281:7b06ba09ffe2

[gaim-migrate @ 291] So someone today told me I should make it so the permit list works, so I did. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 30 May 2000 23:49:54 +0000
parents 6b6cd02de8f9
children 35796808896a
line wrap: on
line diff
--- a/src/buddy.c	Tue May 30 06:36:32 2000 +0000
+++ b/src/buddy.c	Tue May 30 23:49:54 2000 +0000
@@ -1582,6 +1582,10 @@
 	/* We don't save this 'at home', it's on the server.
          * So, we gotta resend the config to the server. */
         serv_save_config();
+#ifdef USE_OSCAR
+	/* we do this here because we can :) */
+	serv_set_permit_deny();
+#endif
 }