aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-10 00:39:25 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-10 00:39:25 +0100
commitf3b6764f269490f11a8adbddeeb06964331917d0 (patch)
tree503b810a5e9322b444dc7e84e4d8535dc0f4807e /bitlbee.h
parent9a9b520df6044cfc034f9736fb97660a46e879b9 (diff)
parentb556e46f9bfeeb630b45a3c0f0951110ac3de0f2 (diff)
Only available in ForkDaemon mode for now: If a user connects (and
identifies) while he's already logged in, offer to take over the old connection.
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 5610d95b..9b35810f 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -162,6 +162,7 @@ gboolean bitlbee_io_current_client_write( gpointer data, gint source, b_input_co
void root_command_string( irc_t *irc, char *command );
void root_command( irc_t *irc, char *command[] );
+gboolean cmd_identify_finish( gpointer data, gint fd, b_input_condition cond );
gboolean bitlbee_shutdown( gpointer data, gint fd, b_input_condition cond );
char *set_eval_root_nick( set_t *set, char *new_nick );