Changeset ef14a83


Ignore:
Timestamp:
2010-07-16T23:14:04Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2945c6f, 4346c3f4
Parents:
516a9c6
Message:

WTF AOL, now suddenly underscores are not allowed in room names?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/oscar.c

    r516a9c6 ref14a83  
    25212521        char * chatname;
    25222522       
    2523         chatname = g_strdup_printf("%s%s_%d", isdigit(*ic->acc->user) ? "icq_" : "",
     2523        chatname = g_strdup_printf("%s%s%d", isdigit(*ic->acc->user) ? "icq" : "",
    25242524                                   ic->acc->user, chat_id++);
    25252525 
Note: See TracChangeset for help on using the changeset viewer.