diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-20 22:18:40 -0700 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-20 22:18:40 -0700 |
commit | df1fb67d1dbf52d138f63e0d917dda2412d4fc0b (patch) | |
tree | 866ffc05c6a60b39213ea85c1f4bdf5642ebb30f /protocols/msn/msn.c | |
parent | 17fa798247bf1a9b18de2c4848039f940d819f31 (diff) |
Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap
too.
Diffstat (limited to 'protocols/msn/msn.c')
-rw-r--r-- | protocols/msn/msn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c index 6d774806..df04e30d 100644 --- a/protocols/msn/msn.c +++ b/protocols/msn/msn.c @@ -341,7 +341,7 @@ static void msn_rem_deny( struct im_connection *ic, char *who ) static int msn_send_typing( struct im_connection *ic, char *who, int typing ) { - if( typing ) + if( typing & OPT_TYPING ) return( msn_buddy_msg( ic, who, TYPING_NOTIFICATION_MESSAGE, 0 ) ); else return( 1 ); |