Difference for server/commands.c from version 1.33 to 1.34


version 1.33 version 1.34
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.33 2003/02/14 05:50:37 garbled Exp $";   *   "$Id: commands.c,v 1.34 2003/04/02 08:13:26 mwedel Exp $";
  */   */
   
 /*  /*
Line 191
 
Line 191
   {"think", command_think, 0.0},    {"think", command_think, 0.0},
   {"cointoss", command_cointoss, 0.0},    {"cointoss", command_cointoss, 0.0},
   {"orcknuckle", command_orcknuckle, 0.0},    {"orcknuckle", command_orcknuckle, 0.0},
     {"printlos", command_printlos,0.0},
 };  };
   
 const int CommunicationCommandSize = sizeof(CommunicationCommands)/ sizeof(CommArray_s);  const int CommunicationCommandSize = sizeof(CommunicationCommands)/ sizeof(CommArray_s);
Line 234
 
Line 235
   {"nodm", command_nowiz,0.0},    {"nodm", command_nowiz,0.0},
   {"nowiz", command_nowiz,0.0},    {"nowiz", command_nowiz,0.0},
   {"patch", command_patch,0.0},    {"patch", command_patch,0.0},
   {"printlos", command_printlos,0.0},  
   {"remove", command_remove,0.0},    {"remove", command_remove,0.0},
   {"reset", command_reset,0.0},    {"reset", command_reset,0.0},
   {"set_god", command_setgod, 0.0},    {"set_god", command_setgod, 0.0},


Legend:
line(s) removed in v.1.33 
line(s) changed
 line(s) added in v.1.34

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:31