cmd_inform
index
/Users/hollis/Desktop/nakedmud/lib/pymodules/cmd_inform.py

cmd_inform.py
 
Contains various commands that are informative in nature. For instance, look,
equipment, inventory, etc...

 
Modules
       
inform
mud
mudsys
utils

 
Functions
       
cmd_equipment(ch, cmd, arg)
Displays all of the equipment you are currently wearing.
cmd_inventory(ch, cmd, arg)
Lists all of the items currently carried in your inventory.
cmd_look(ch, cmd, arg)
allows players to examine just about anything in the game
cmd_who(ch, cmd, arg)
List all of the players currently online.