Changeset 3ddb7477 for unix.c


Ignore:
Timestamp:
2010-03-26T12:14:37Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ebaebfe
Parents:
ba7d16f
Message:

One total mess that doesn't do much yet, but reorganised some stuff and
untying the IRC and the core parts a little bit. Lots of work left to do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • unix.c

    rba7d16f r3ddb7477  
    6262       
    6363        b_main_init();
    64         nogaim_init();
     64        //nogaim_init();
    6565       
    6666        srand( time( NULL ) ^ getpid() );
     
    115115        }
    116116
     117        /*
    117118        global.storage = storage_init( global.conf->primary_storage, global.conf->migrate_storage );
    118119        if( global.storage == NULL )
     
    121122                return( 1 );
    122123        }
     124        */
    123125       
    124126        /* Catch some signals to tell the user what's happening before quitting */
Note: See TracChangeset for help on using the changeset viewer.