(player_coms, lstats, lsta): Rename command lstats' to lstat' to

match info as well as related commands `sstat' and `pstat'.  Rename
lstats() to lsta() to uphold the convention that functions
implementing commands are named like the command or its four character
prefix.  Closes #804587.
This commit is contained in:
Markus Armbruster 2004-01-13 18:46:48 +00:00
parent 92fcbc22a7
commit b19c346435
3 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@
#include "commands.h"
int
lstats(void)
lsta(void)
{
int nunits;
struct nstr_item ni;