aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee_user.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-09-01 23:09:27 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-09-01 23:09:27 +0100
commit934db064a58ebec2edea83df4fa07e2c83220344 (patch)
treeb7a4aac7deff47cc743102dcb2bd8ded426c8bcd /protocols/bee_user.c
parent0c85c08d210e16bb10dc283b4a1478ce53c0c1b1 (diff)
Do encryption and decryption. Somehow SMP and other things aren't working
so well yet, at least when testing with Pidgin on the other side. Not sure where the bug is.
Diffstat (limited to 'protocols/bee_user.c')
-rw-r--r--protocols/bee_user.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/bee_user.c b/protocols/bee_user.c
index 04253c47..33853a1e 100644
--- a/protocols/bee_user.c
+++ b/protocols/bee_user.c
@@ -237,10 +237,6 @@ void imcb_buddy_msg( struct im_connection *ic, const char *handle, char *msg, ui
}
}
- if( ( g_strcasecmp( set_getstr( &ic->bee->set, "strip_html" ), "always" ) == 0 ) ||
- ( ( ic->flags & OPT_DOES_HTML ) && set_getbool( &ic->bee->set, "strip_html" ) ) )
- strip_html( msg );
-
if( bee->ui->user_msg && bu )
bee->ui->user_msg( bee, bu, msg, sent_at );
else