Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    r79bb7e4 r9b0ad7e  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2012 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2010 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
     
    537537        return msn_ns_write( ic, -1, "PRP %d MFN %s\r\n", ++md->trId, fn );
    538538}
    539 
    540 const char *msn_normalize_handle( const char *handle )
    541 {
    542         if( strncmp( handle, "1:", 2 ) == 0 )
    543                 return handle + 2;
    544         else
    545                 return handle;
    546 }
Note: See TracChangeset for help on using the changeset viewer.