Update of /cvsroot/gaim/gaim/src/protocols/irc
In directory usw-pr-cvs1:/tmp/cvs-serv14241/protocols/irc
Modified Files:
irc.c
Log Message:
wasn't this fun.
Index: irc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- irc.c 2001/10/23 00:35:02 1.44
+++ irc.c 2001/10/26 08:21:38 1.45
@@ -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]);
|