diff options
author | Matt Sparks <root@f0rked.com> | 2005-12-04 06:58:41 -0600 |
---|---|---|
committer | Matt Sparks <root@f0rked.com> | 2005-12-04 06:58:41 -0600 |
commit | e7f46c56ffa29c6f8f4917c5f367a61706758e2a (patch) | |
tree | 1f79bfa4c2d28eb829e222b5ac2c1cb685424e8d /protocols/msn/sb.c | |
parent | 25d1be7fbfe217b756861b4306ff7a5ae77becb1 (diff) |
Implements solution to typing notifications in ticket #45
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 ); } |