diff -Nurd -Xfreeciv/diff_ignore freeciv/server/stdinhand.c saferend/server/stdinhand.c --- freeciv/server/stdinhand.c Sun Aug 19 01:06:08 2001 +++ saferend/server/stdinhand.c Sun Aug 19 12:35:47 2001 @@ -1093,7 +1093,7 @@ ) }, - {"endgame", ALLOW_CTRL, + {"endgame", ALLOW_HACK, "endgame", N_("End the game."), N_("This command ends the game immediately.") @@ -1102,8 +1102,12 @@ /* TRANS: translate text between <> only */ N_("remove "), N_("Fully remove player from game."), + /* N_("This *completely* removes a player from the game, including " "all cities and units etc. Use with care!") + */ + /* note: cannot be used once game has started due to problems with + player renumbering - make it ALLOW_HACK once this is repaired - rp */ }, {"save", ALLOW_HACK, /* TRANS: translate text between <> only */