- Timestamp:
- 2010-09-01T22:09:27Z (14 years ago)
- Branches:
- master
- Children:
- 2dcaf9a
- Parents:
- 0c85c08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_user.c
r0c85c08 r934db064 238 238 } 239 239 240 if( ( g_strcasecmp( set_getstr( &ic->bee->set, "strip_html" ), "always" ) == 0 ) ||241 ( ( ic->flags & OPT_DOES_HTML ) && set_getbool( &ic->bee->set, "strip_html" ) ) )242 strip_html( msg );243 244 240 if( bee->ui->user_msg && bu ) 245 241 bee->ui->user_msg( bee, bu, msg, sent_at );
Note: See TracChangeset
for help on using the changeset viewer.