Home
last modified time | relevance | path

Searched refs:OPT_DOES_HTML (Results 1 – 7 of 7) sorted by relevance

/dports/irc/bitlbee/bitlbee-3.6/protocols/
H A Dbee_chat.c118 ((ic->flags & OPT_DOES_HTML) && s)) { in imcb_chat_msg()
169 ((ic->flags & OPT_DOES_HTML) && set_getbool(&ic->bee->set, "strip_html"))) { in imcb_chat_topic()
240 if ((ic->flags & OPT_DOES_HTML) && (g_strncasecmp(msg, "<html>", 6) != 0)) { in bee_chat_msg()
H A Dnogaim.h64 #define OPT_DOES_HTML 0x00000010 macro
H A Dnogaim.c353 ((ic->flags & OPT_DOES_HTML) && set_getbool(&ic->bee->set, "strip_html"))) { in serv_got_crap()
744 if ((c->ic->flags & OPT_DOES_HTML) && (g_strncasecmp(msg, "<html>", 6) != 0)) { in imc_chat_msg()
H A Dbee_user.c116 if ((bu->ic->flags & OPT_DOES_HTML) && (g_strncasecmp(msg, "<html>", 6) != 0)) { in bee_user_msg()
/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc_im.c298 ((bu->ic->flags & OPT_DOES_HTML) && set_getbool(&bee->set, "strip_html"))) { in bee_irc_user_msg()
H A Dotr.c827 !(ic->flags & OPT_DOES_HTML) && in op_convert_msg()
/dports/irc/bitlbee/bitlbee-3.6/protocols/purple/
H A Dpurple.c982 ic->flags |= OPT_DOES_HTML; in prplcb_conn_connected()