- Timestamp:
- 2009-03-12T19:10:06Z (16 years ago)
- Branches:
- master
- Children:
- 673a54c
- Parents:
- 9b55485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.c
r9b55485 r823de9d 146 146 " -h Show this help page.\n" ); 147 147 return NULL; 148 } 149 else if( opt == 'R' ) 150 { 151 /* Backward compatibility; older BitlBees passed this 152 info using a command-line flag. Allow people to 153 upgrade from such a version for now. */ 154 setenv( "_BITLBEE_RESTART_STATE", optarg, 0 ); 148 155 } 149 156 else if( opt == 'u' )
Note: See TracChangeset
for help on using the changeset viewer.