- Timestamp:
- 2008-08-09T23:00:38Z (16 years ago)
- Branches:
- master
- Children:
- a830512
- Parents:
- 280e655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r280e655 r4230221 294 294 user_t *t, *u; 295 295 account_t *a; 296 int delay; 296 297 297 298 /* Nested calls might happen sometimes, this is probably the best … … 333 334 } 334 335 else if( allow_reconnect && set_getbool( &irc->set, "auto_reconnect" ) && 335 set_getbool( &a->set, "auto_reconnect" ) ) 336 { 337 int delay = account_reconnect_delay( a ); 338 336 set_getbool( &a->set, "auto_reconnect" ) && 337 ( delay = account_reconnect_delay( a ) ) > 0 ) 338 { 339 339 imcb_log( ic, "Reconnecting in %d seconds..", delay ); 340 340 a->reconnect = b_timeout_add( delay * 1000, auto_reconnect, a );
Note: See TracChangeset
for help on using the changeset viewer.