changeset 2617:251ecc5cd9b3

[gaim-migrate @ 2630] wasn't this fun. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 Oct 2001 08:21:38 +0000
parents 62bd04e00eb3
children 047256035ec6
files src/protocols/irc/irc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Fri Oct 26 01:48:25 2001 +0000
+++ b/src/protocols/irc/irc.c	Fri Oct 26 08:21:38 2001 +0000
@@ -563,7 +563,7 @@
 		handle_005(gc, word, word_eol);
 		break;
 	case 301:
-		irc_got_im(gc, word[4], word[5], IM_FLAG_AWAY, time(NULL));
+		irc_got_im(gc, word[4], word_eol[5], IM_FLAG_AWAY, time(NULL));
 		break;
 	case 303:
 		handle_list(gc, &word_eol[4][1]);