- Timestamp:
- 2008-08-05T23:07:07Z (16 years ago)
- Branches:
- master
- Children:
- 4230221
- Parents:
- d84e2a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
rd84e2a9 r280e655 267 267 protocols. */ 268 268 imc_set_away( ic, u->away ); 269 270 /* Apparently we're connected successfully, so reset the 271 exponential backoff timer. */ 272 ic->acc->auto_reconnect_delay = 0; 269 273 } 270 274 … … 331 335 set_getbool( &a->set, "auto_reconnect" ) ) 332 336 { 333 int delay = set_getint( &irc->set, "auto_reconnect_delay");337 int delay = account_reconnect_delay( a ); 334 338 335 339 imcb_log( ic, "Reconnecting in %d seconds..", delay );
Note: See TracChangeset
for help on using the changeset viewer.