diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-31 23:38:50 -0400 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-31 23:38:50 -0400 |
commit | d860a8ddf5039f7208bff4c179bc9fe1549da6da (patch) | |
tree | cb96dfcc222e78bd23d25f480b94f2c69470e373 /unix.c | |
parent | 81e04e162bdc4517b2f357fd16dfd76f68245464 (diff) |
Restored "account" root command and restored enough stuff to be able to
send messages. Also started moving stuff out from nogaim.* into bee_* files.
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ int main( int argc, char *argv[] ) return( 1 ); b_main_init(); - //nogaim_init(); + nogaim_init(); srand( time( NULL ) ^ getpid() ); global.helpfile = g_strdup( HELP_FILE ); |