Difference for server/commands.c from version 1.62 to 1.63


version 1.62 version 1.63
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.62 2006/06/05 06:28:56 mwedel Exp $";   *   "$Id: commands.c,v 1.63 2006/06/06 21:38:41 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 86
 
Line 86
   {"mapinfo", command_mapinfo, 0.0},    {"mapinfo", command_mapinfo, 0.0},
   {"mark", command_mark, 0.0},    {"mark", command_mark, 0.0},
   {"motd", command_motd, 0.0},    {"motd", command_motd, 0.0},
     {"rules", command_rules, 0.0},
     {"news", command_news, 0.0},
   {"output-sync", command_output_sync, 0.0},    {"output-sync", command_output_sync, 0.0},
   {"output-count", command_output_count,0.0},    {"output-count", command_output_count,0.0},
   {"peaceful", command_peaceful,0.0},    {"peaceful", command_peaceful,0.0},
Line 278
 
Line 280
   {"logs", command_logs, 0.0},    {"logs", command_logs, 0.0},
   {"maps", command_maps, 0.0},    {"maps", command_maps, 0.0},
   {"motd", command_motd, 0.0},    {"motd", command_motd, 0.0},
     {"rules", command_rules, 0.0},
     {"news", command_news, 0.0},
   {"players", command_players, 0.0},    {"players", command_players, 0.0},
   {"version", command_version, 0.0},    {"version", command_version, 0.0},
   {"who", command_who, 0.0},    {"who", command_who, 0.0},


Legend:
line(s) removed in v.1.62 
line(s) changed
 line(s) added in v.1.63

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