Home
last modified time | relevance | path

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

/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc_im.c482 static gboolean bee_irc_user_privmsg_cb(gpointer data, gint fd, b_input_condition cond);
517 iu->pastebuf_timer = b_timeout_add(delay, bee_irc_user_privmsg_cb, iu); in bee_irc_user_privmsg()
521 bee_irc_user_privmsg_cb(iu, 0, 0); in bee_irc_user_privmsg()
527 static gboolean bee_irc_user_privmsg_cb(gpointer data, gint fd, b_input_condition cond) in bee_irc_user_privmsg_cb() function