From e424baab8b5655a5f13bc8a37962721eae4b381d Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 1 Jan 2008 19:09:38 +0000 Subject: [PATCH] (player_coms): Clean up c_form of announce, break, bye and list. --- info/list.t | 1 - src/lib/player/empmod.c | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/info/list.t b/info/list.t index e8148fa69..7f3cf4f4c 100644 --- a/info/list.t +++ b/info/list.t @@ -2,7 +2,6 @@ .NA list "List commands which are currently legal" .LV Expert .SY list -.SY "list of commands" The list command gets you a list of currently legal commands with their associated BTU costs, (see \*Qinfo time\*U for description of BTU's). diff --git a/src/lib/player/empmod.c b/src/lib/player/empmod.c index a7968a1a5..c262bc83b 100644 --- a/src/lib/player/empmod.c +++ b/src/lib/player/empmod.c @@ -45,7 +45,7 @@ struct cmndstr player_coms[] = { /* command form cost addr permit */ {"accept [as-COUNTRY]", 0, acce, C_MOD, NORM}, {"add ", 0, add, C_MOD, GOD}, - {"announce {message}", 0, tele, C_MOD, VIS}, + {"announce", 0, tele, C_MOD, VIS}, {"anti ", 3, anti, C_MOD, NORM + MONEY + CAP}, {"apropos ", 0, apro, 0, VIS}, {"arm ", 3, arm, C_MOD, NORM + MONEY + CAP}, @@ -61,13 +61,13 @@ struct cmndstr player_coms[] = { 3, boar, C_MOD, NORM + MONEY + CAP}, {"bomb ", 2, bomb, C_MOD, NORM + MONEY + CAP}, - {"break {sanctuary}", 0, brea, C_MOD, SANCT}, + {"break", 0, brea, C_MOD, SANCT}, {"budget", 1, budg, 0, NORM}, {"build [ ]", 1, buil, C_MOD, NORM + MONEY + CAP}, {"buy ", 1, buy, C_MOD, CAP + NORM + MONEY}, - {"bye {log-off}", 0, quit, 0, VIS}, + {"bye", 0, quit, 0, VIS}, {"capital ", 0, capi, C_MOD, NORM}, {"cargo ", 0, carg, 0, NORM}, #ifdef CEDE_IS_ALLOWED @@ -132,7 +132,7 @@ struct cmndstr player_coms[] = { {"ldump []", 0, ldump, 0, NORM}, {"ledger ", 0, ledg, 0, NORM}, {"level ", 0, leve, 0, NORM}, - {"list of commands", 0, explain, 0, VIS}, + {"list", 0, explain, 0, VIS}, {"lload ", 1, lload, C_MOD, NORM + CAP}, {"llookout ", 1, llook, 0, NORM + CAP}, -- 2.43.0