--- a/src/connection.h Thu Mar 11 20:50:15 2004 +0000 +++ b/src/connection.h Fri Mar 12 01:55:54 2004 +0000 @@ -94,7 +94,12 @@ int evil; /**< Warning level for AIM (why is this here?) */ - gboolean wants_to_die; /**< Wants to Die state. */ + gboolean wants_to_die; /**< Wants to Die state. This is set + when the user chooses to sign off, + or when the protocol is + disconnected and should not be + automatically reconnected + (incorrect password, etc.) */ guint disconnect_timeout; /**< Timer used for nasty stack tricks */ };