]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/tcpclient.cpp
Introduced the new mystring clas and attempted to use it in a list
[irc/gameservirc.git] / gameserv / tcpclient.cpp
index 66625608718d79797e2ea9e49879df654938e9fd..dd56aafed62ba501f6e22f945c683325bc46ddea 100644 (file)
@@ -35,7 +35,7 @@ using std::cerr;
 using std::endl;
 
 char *PACKAGE = "GameServ";
-char *VERSION = "1.2.2 +devel";
+char *VERSION = "1.2.3 +devel";
 
 int sock;
 int day;
@@ -97,11 +97,13 @@ 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();