diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-09 00:10:43 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-09 00:10:43 +0100 |
commit | f545372483cef6a2414bc5bf21260579151a627e (patch) | |
tree | 157cc843fedbd2e0124c09a3e31f9274f09a2d36 /root_commands.c | |
parent | 0b09da0dbbdf294799bd5335b327c2601f263b01 (diff) |
Ask for confirmation. Generally working fairly well now, but definitely
fragile.
Diffstat (limited to 'root_commands.c')
-rw-r--r-- | root_commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/root_commands.c b/root_commands.c index 5d84c6d4..daaebb95 100644 --- a/root_commands.c +++ b/root_commands.c @@ -181,6 +181,7 @@ gboolean cmd_identify_finish( gpointer data, gint fd, b_input_condition cond ) cmd_account( irc, account_on ); + irc->login_source_id = -1; return FALSE; } |