diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-14 00:27:58 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-14 00:27:58 +0100 |
commit | 22bf64eab8a79352317ee190cddfeef3011aa8dc (patch) | |
tree | 588aeb197e2b24660c2813866270f8e780903da0 /protocols/msn/sb.c | |
parent | 6aaa2213588f7c4c00a68c5622f6974679eaf196 (diff) | |
parent | e7f46c56ffa29c6f8f4917c5f367a61706758e2a (diff) |
Improved typing notification support. (from f0rked)
Diffstat (limited to 'protocols/msn/sb.c')
-rw-r--r-- | protocols/msn/sb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |