Changeset 94281ef for protocols/nogaim.c


Ignore:
Timestamp:
2005-11-19T11:54:01Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2cdd8ce, 66c57924
Parents:
4d50898
Message:

Oops, even BitlBee didn't know yet that channel names can start with &. Now it should.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r4d50898 r94281ef  
    771771       
    772772        s = g_new( char, 16 );
    773         sprintf( s, "#chat_%03d", gc->irc->c_id++ );
     773        sprintf( s, "&chat_%03d", gc->irc->c_id++ );
    774774        c->channel = g_strdup( s );
    775775        g_free( s );
Note: See TracChangeset for help on using the changeset viewer.