--- deliantra/server/server/commands.C 2012/10/29 23:55:55 1.71 +++ deliantra/server/server/commands.C 2012/11/26 15:12:16 1.72 @@ -48,8 +48,6 @@ {"apply", command_apply, 1.0}, /* should be variable */ {"cast", command_cast, 1.0}, /* Is this right? */ - {"dm", command_dm, 0.0}, - {"dmhide", command_dmhide, 0.0}, /* Like dm, but don't tell a dm arrived, hide player */ {"drop", command_drop, 1.0}, {"dropall", command_dropall, 0.5 / TICK}, {"examine", command_examine, 0.5 / TICK}, @@ -109,14 +107,11 @@ {"forget_spell", command_forget_spell, 0.0}, {"free", command_free, 0.0}, {"freeze", command_freeze, 0.0}, - {"hide", command_hide, 0.0}, {"insert_into", command_insert_into, 0.0}, {"inventory", command_inventory, 0.0}, {"invisible", command_invisible, 0.0}, {"learn_special_prayer", command_learn_special_prayer, 0.0}, {"learn_spell", command_learn_spell, 0.0}, - {"nodm", command_nowiz, 0.0}, - {"nowiz", command_nowiz, 0.0}, {"patch", command_patch, 0.0}, {"remove", command_remove, 0.0}, {"set_god", command_setgod, 0.0},