--- deliantra/server/include/sproto.h 2007/03/01 13:01:37 1.40 +++ deliantra/server/include/sproto.h 2007/03/02 10:15:39 1.43 @@ -90,8 +90,6 @@ void apply_builder_remove(object *pl, int dir); void apply_map_builder(object *pl, int dir); int adjust_sign_msg(object *pl, short x, short y, object *tmp); -/* c_chat.c */ -int command_orcknuckle(object *op, char *params); /* c_misc.c */ void map_info(object *op, char *search); int command_body(object *op, char *params); @@ -101,7 +99,6 @@ void current_region_info(object *op); void current_map_info(object *op); int command_whereabouts(object *op, char *params); -int command_afk(object *op, char *params); int command_malloc(object *op, char *params); int command_mapinfo(object *op, char *params); int command_whereami(object *op, char *params); @@ -127,7 +124,6 @@ void bug_report(const char *reportstring); int command_output_sync(object *op, char *params); int command_output_count(object *op, char *params); -int command_listen(object *op, char *params); int command_statistics(object *pl, char *params); int command_fix_me(object *op, char *params); int command_players(object *op, char *paramss); @@ -146,10 +142,6 @@ void receive_player_name(object *op, char k); void receive_player_password(object *op, char k); int command_title(object *op, char *params); -int command_save(object *op, char *params); -int command_peaceful(object *op, char *params); -int command_wimpy(object *op, char *params); -int command_brace(object *op, char *params); int command_style_map_info(object *op, char *params); int command_kill_pets(object *op, char *params); int command_quests(object *pl, char *params);