Changeset 69b896b for protocols/nogaim.c


Ignore:
Timestamp:
2010-07-05T12:01:28Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
9a9b520
Parents:
006a84f
Message:

When addressing people in a chatroom, try to translate the nickname to the
original unstripped version (without ugly underscores, also).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r006a84f r69b896b  
    427427       
    428428        if( !bu || !nick ) return;
     429       
     430        g_free( bu->nick );
     431        bu->nick = g_strdup( nick );
    429432       
    430433        if( bee->ui->user_nick_hint )
Note: See TracChangeset for help on using the changeset viewer.