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/yahoo/yahoo.c | |
parent | 17fa798247bf1a9b18de2c4848039f940d819f31 (diff) |
Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap
too.
Diffstat (limited to 'protocols/yahoo/yahoo.c')
-rw-r--r-- | protocols/yahoo/yahoo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c index 0a49baac..69fc29bb 100644 --- a/protocols/yahoo/yahoo.c +++ b/protocols/yahoo/yahoo.c @@ -186,7 +186,7 @@ static int byahoo_send_typing( struct im_connection *ic, char *who, int typing ) { struct byahoo_data *yd = ic->proto_data; - yahoo_send_typing( yd->y2_id, NULL, who, typing ); + yahoo_send_typing( yd->y2_id, NULL, who, ( typing & OPT_TYPING ) != 0 ); return 1; } |