--- a/src/protocols/msn/msn.c Sun Oct 20 19:08:21 2002 +0000 +++ b/src/protocols/msn/msn.c Sun Oct 20 19:38:36 2002 +0000 @@ -656,7 +656,7 @@ if (!g_strncasecmp(content, "Content-Type: text/x-msmsgscontrol\r\n", strlen( "Content-Type: text/x-msmsgscontrol\r\n"))) { if (strstr(content,"TypingUser: ") && !ms->chat) { - serv_got_typing(ms->gc, ms->msguser, MSN_TYPING_RECV_TIMEOUT); + serv_got_typing(ms->gc, ms->msguser, MSN_TYPING_RECV_TIMEOUT, TYPING); return; }