From 934db064a58ebec2edea83df4fa07e2c83220344 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 1 Sep 2010 23:09:27 +0100 Subject: 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. --- protocols/bee_user.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'protocols/bee_user.c') 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 -- cgit v1.2.3