Difference for server/commands.c from version 1.18 to 1.19


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.18 2002/01/03 21:32:57 garbled Exp $";   *   "$Id: commands.c,v 1.19 2002/01/16 10:51:32 jbontje Exp $";
  */   */
   
 /*  /*
Line 126
 
Line 126
 CommArray_s CommunicationCommands [] = {  CommArray_s CommunicationCommands [] = {
   /* begin emotions */    /* begin emotions */
   {"tell", command_tell, 0.0},    {"tell", command_tell, 0.0},
     {"reply", command_reply, 0.0},
   {"say", command_say, 0.0},    {"say", command_say, 0.0},
   {"shout", command_shout, 0.0},    {"shout", command_shout, 0.0},
   {"nod", command_nod, 0.0},    {"nod", command_nod, 0.0},
Line 233
 
Line 234
   {"stats", command_stats,0.0},    {"stats", command_stats,0.0},
   {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */    {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */
   {"summon", command_summon,0.0},    {"summon", command_summon,0.0},
     {"teleport", command_teleport,0.0},
   {"wizpass", command_wizpass,0.0},    {"wizpass", command_wizpass,0.0},
   {"overlay_save", command_save_overlay, 0.0},    {"overlay_save", command_save_overlay, 0.0},
 };  };


Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19

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