changeset 1987:a47327740514

[gaim-migrate @ 1997] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 11 Jun 2001 09:46:35 +0000
parents 00ef734e92e1
children 2bb74a5a574f
files plugins/msn/msn.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/msn/msn.c	Mon Jun 11 09:43:57 2001 +0000
+++ b/plugins/msn/msn.c	Mon Jun 11 09:46:35 2001 +0000
@@ -894,6 +894,13 @@
 				return;
 			}
 
+			g_snprintf(buf, sizeof(buf), "BLP %d AL\n", ++md->trId);
+			if (msn_write(md->fd, buf, strlen(buf)) < 0) {
+				hide_login_progress(gc, "Unable to write");
+				signoff(gc);
+				return;
+			}
+
 			account_online(gc);
 			serv_finish_login(gc);