Changeset c572dd6 for protocols/yahoo


Ignore:
Timestamp:
2005-11-18T12:41:58Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
517ecc4
Parents:
2dff6f7
Message:

HTML stripping is optional again (but still safer than before 0.93), but now enabled by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

    r2dff6f7 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.