Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_im.c

    r0e788f5 re277e80  
    697697        irc_channel_name_strip( stripped );
    698698        if( set_getbool( &bee->set, "lcnicks" ) )
    699                 nick_lc( stripped );
     699                nick_lc( irc, stripped );
    700700       
    701701        if( stripped[0] == '\0' )
Note: See TracChangeset for help on using the changeset viewer.