]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/tcpclient.cpp
I've begun to add daily news and split up gameserv.cpp a bit
[irc/gameservirc.git] / gameserv / tcpclient.cpp
index dd56aafed62ba501f6e22f945c683325bc46ddea..939e68f323a85d5f8e759ad28baece258930551d 100644 (file)
@@ -97,13 +97,11 @@ int main(int argc, char *argv[])
        delete []conf;
 
     // Turn into a daemon
-
     if (daemon(1,0) < 0)
     {
         perror("Could not turn into a daemon");
         exit(3);
     }
-
   init_masters();
   load_gs_dbase();