--- deliantra/server/include/sproto.h 2007/02/28 19:19:27 1.38 +++ deliantra/server/include/sproto.h 2007/03/02 11:23:17 1.48 @@ -90,23 +90,13 @@ 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_me(object *op, char *params); -int command_cointoss(object *op, char *params); -int command_orcknuckle(object *op, char *params); /* c_misc.c */ -void map_info(object *op, char *search); int command_body(object *op, char *params); int command_motd(object *op, char *params); int command_bug(object *op, char *params); void malloc_info(object *op); -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); int command_maps(object *op, char *params); int command_strings(object *op, char *params); int command_sstable(object *op, char *params); @@ -127,32 +117,20 @@ int command_printlos(object *op, char *params); int command_version(object *op, char *params); 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); int command_logs(object *op, char *params); -int command_applymode(object *op, char *params); int command_bowmode(object *op, char *params); -int command_petmode(object *op, char *params); int command_showpets(object *op, char *params); -int command_usekeys(object *op, char *params); int command_resistances(object *op, char *params); int command_help(object *op, char *params); int onoff_value(const char *line); int command_quit(object *op, char *params); int command_real_quit(object *op, char *params); -int command_sound(object *op, char *params); 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); /* c_move.c */