Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

    r9cb9868 rc572dd6  
    851851        if( c )
    852852                add_chat_buddy( c, who );
    853         else if( set_getint( gc->irc, "debug" ) )
    854                 serv_got_crap( gc, "Got ext_yahoo_conf_userjoin() from %s for unknown conference %s", who, room );
    855853}
    856854
     
    864862        if( c )
    865863                remove_chat_buddy( c, who, "" );
    866         else if( set_getint( gc->irc, "debug" ) )
    867                 serv_got_crap( gc, "Got ext_yahoo_conf_userleave() from %s for unknown conference %s", who, room );
    868864}
    869865
Note: See TracChangeset for help on using the changeset viewer.