Changeset 48b5fef for protocols


Ignore:
Timestamp:
2015-12-01T05:30:45Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
9b02bab
Parents:
05aba55
Message:

purple: assume HTML for all protocols, fixes random &lt;&gt; for some

Purple's IRC, for example, doesn't have the PURPLE_CONNECTION_HTML flag,
but still sends html for format codes.

Note that using IRC through libpurple through bitlbee is still a
terrible idea. Use ZNC instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    r05aba55 r48b5fef  
    782782        purple_gg_buddylist_import(gc);
    783783
    784         if (gc->flags & PURPLE_CONNECTION_HTML) {
    785                 ic->flags |= OPT_DOES_HTML;
    786         }
     784        ic->flags |= OPT_DOES_HTML;
    787785}
    788786
Note: See TracChangeset for help on using the changeset viewer.