
cprintf ("100 Hello. Atlantis server %s ready.\n",myname);
cprintf ("110 %d %d %d  - %d players, on a %dx%d board.\n", nplay,MAXB,MAXB, nplay,MAXB,MAXB);
cprintf ("120- %d %d %d %d\n",nplay,pl,hdx,hdy);
cprintf ("121- %d %d ",i,j);
cprintf ("122 That's it.\n");
aprintf ("125 %d %d ",i,j);
aprintf ("129 %d %d - This segment has sunk.\n",i,j);
cprintf ("130 Goodbye.\n"); 
cprintf ("140- Not all players are ready yet, please wait.\n");
aprintf ("141 ALL players are ready, let the games begin!\n");
pprintf (pl,"142 It's your turn.\n");
pprintf (0,"142 It's your turn.\n");
cprintf ("150 %d - your player number is %d.\n", client->pln,client->pln);
cprintf ("160 %d Source OK: %d pieces allowed to move.\n", NPP(x0,y0),NPP(x0,y0));
cprintf ("170 %d - new player number %d ok.\n",n,n);
cprintf ("250-%12s  %s\n", builtins[i].name,builtins[i].synopsis);
cprintf ("250 Use help <command> to get more help on a command.\n");
cprintf ("250 %12s  %s\n", builtins[i].name,builtins[i].help);
fprintf (newplayerFILE , "400 Sorry, Max number of clients (%d) reached.\n",MAXCLIEN
cprintf ("400 Shut up: its not your turn!\n");
cprintf ("401 syntax error.\n");
cprintf ("402 Not your stones.\n");
cprintf ("403 No stones at all.\n");
cprintf ("404 You should set the source first.\n");
cprintf ("405 Not straight.\n");
cprintf ("406 can't move %d stones %d spaces....\n",NPP(x0,y0),n);
cprintf ("407 Nah. You can't jump over a non-board position.\n");
cprintf ("420 Your player number %d is already taken. Find another one....\n",client->p
cprintf ("430 you need a valid player number. %d is not valid.\n", client->pln);
cprintf ("440 - player number %d not ok. you remain player %d.\n", n,client->pln);
cprintf ("450 Command %s not implemented.\n",argv[1]);
cprintf ("455 You're no longer initializing. Can't change player number now.\n");
cprintf ("460 Shut up: Wait till everybody is ready.\n");
cprintf ("500 Invalid command\n");













