Difference for server/commands.c from version 1.44 to 1.45


version 1.44 version 1.45
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.44 2004/09/26 09:42:34 ryo_saeba Exp $";   *   "$Id: commands.c,v 1.45 2004/11/09 07:44:24 mwedel Exp $";
  */   */
   
 /*  /*
Line 136
 
Line 136
   {"reply", command_reply, 0.0},    {"reply", command_reply, 0.0},
   {"say", command_say, 0.1},    {"say", command_say, 0.1},
   {"shout", command_shout, 0.1},    {"shout", command_shout, 0.1},
     {"chat", command_chat, 0.1},
   {"me", command_me,                   0.1},    {"me", command_me,                   0.1},
   {"nod", command_nod, 0.0},    {"nod", command_nod, 0.0},
   {"dance", command_dance, 0.0},    {"dance", command_dance, 0.0},
Line 282
 
Line 283
  */   */
 CommArray_s Socket2_Commands[] = {  CommArray_s Socket2_Commands[] = {
   {"shout", command_shout, 0.1},    {"shout", command_shout, 0.1},
     {"chat", command_chat, 0.1},
   {"tell", command_tell, 0.1},    {"tell", command_tell, 0.1},
 };  };
   


Legend:
line(s) removed in v.1.44 
line(s) changed
 line(s) added in v.1.45

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