Ignore:
Timestamp:
2007-04-21T05:18:40Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c737ba7
Parents:
17fa798
Message:

Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap
too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    r17fa798 rdf1fb67  
    342342static int msn_send_typing( struct im_connection *ic, char *who, int typing )
    343343{
    344         if( typing )
     344        if( typing & OPT_TYPING )
    345345                return( msn_buddy_msg( ic, who, TYPING_NOTIFICATION_MESSAGE, 0 ) );
    346346        else
Note: See TracChangeset for help on using the changeset viewer.