--- deliantra/server/server/commands.C 2007/05/28 21:28:36 1.47 +++ deliantra/server/server/commands.C 2007/08/10 05:25:16 1.49 @@ -5,19 +5,18 @@ * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team * Copyright (©) 1992,2007 Frank Tore Johansen * - * Crossfire TRT is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or (at your option) - * any later version. + * Crossfire TRT is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . * * The authors can be reached via e-mail to */ @@ -54,7 +53,6 @@ {"examine", command_examine, 0.5 / TICK}, {"fix_me", command_fix_me, 0.0}, {"get", command_take, 1.0}, - {"hiscore", command_hiscore, 1. / TICK}, {"inventory", command_inventory, 0.5 / TICK}, {"invoke", command_invoke, 1.0}, {"killpets", command_kill_pets, 1.0}, @@ -74,8 +72,6 @@ {"take", command_take, 1.0}, {"throw", command_throw, 1.0}, {"time", command_time, 0.24 / TICK}, - {"weather", command_weather, 0.24 / TICK}, - {"whereabouts", command_whereabouts, 0.5 / TICK}, {"title", command_title, 0.5 / TICK}, {"bowmode", command_bowmode, 1.0}, {"version", command_version, 1.0},