Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    r90cd6c4 r489f996  
    6363        conf->ping_timeout = 300;
    6464        conf->user = NULL;
    65         conf->protocols = NULL;
    6665        proxytype = 0;
    6766       
     
    128127                {
    129128                        printf( "Usage: bitlbee [-D/-F [-i <interface>] [-p <port>] [-n] [-v]] [-I]\n"
    130                                 "               [-c <file>] [-d <dir>] [-x] [-h]\n"
     129                                "               [-c <file>] [-d <dir>] [-h]\n"
    131130                                "\n"
    132131                                "An IRC-to-other-chat-networks gateway\n"
     
    144143                                "  -c  Load alternative configuration file\n"
    145144                                "  -d  Specify alternative user configuration directory\n"
    146                                 "  -x  Command-line interface to password encryption/hashing\n"
    147145                                "  -h  Show this help page.\n" );
    148146                        return NULL;
     
    308306                                conf->user = g_strdup( ini->value );
    309307                        }
    310                         else if( g_strcasecmp( ini->key, "protocols" ) == 0 )
    311                         {
    312                                 g_strfreev( conf->protocols );
    313                                 conf->protocols = g_strsplit_set( ini->value, " \t,;", -1 );
    314                         }
    315308                        else
    316309                        {
Note: See TracChangeset for help on using the changeset viewer.