From e7f46c56ffa29c6f8f4917c5f367a61706758e2a Mon Sep 17 00:00:00 2001 From: Matt Sparks Date: Sun, 4 Dec 2005 06:58:41 -0600 Subject: Implements solution to typing notifications in ticket #45 --- protocols/msn/sb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/msn') diff --git a/protocols/msn/sb.c b/protocols/msn/sb.c index 793a881e..2f4d05d5 100644 --- a/protocols/msn/sb.c +++ b/protocols/msn/sb.c @@ -643,7 +643,7 @@ static int msn_sb_message( gpointer data, char *msg, int msglen, char **cmd, int if( who ) { - serv_got_typing( gc, who, 5 ); + serv_got_typing( gc, who, 5, 1 ); g_free( who ); } -- cgit v1.2.3