changeset 1884:f7114b4d1f96

[gaim-migrate @ 1894] la la la la la la committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 23 May 2001 23:54:11 +0000
parents 060161a5d5f8
children ecf15840ad7d
files plugins/yay/outgoing.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/yay/outgoing.c	Wed May 23 21:02:44 2001 +0000
+++ b/plugins/yay/outgoing.c	Wed May 23 23:54:11 2001 +0000
@@ -62,7 +62,7 @@
 	yahoo_storeint(pkt->magic_id, conn->magic_id);
 	yahoo_storeint(pkt->msgtype, msgtype);
 
-	strcpy(pkt->nick1, session->name);
+	strcpy(pkt->nick1, session->login);
 	strcpy(pkt->nick2, active_id);
 
 	strncpy(pkt->content, buf, 1024);