From 5202255b423c99a65b48970e40b9187f55e83b97 Mon Sep 17 00:00:00 2001 From: Marlow Alfonso Date: Thu, 7 Dec 2023 00:16:55 +0000 Subject: [PATCH] fix: added help entry for the 'me' command --- commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands.py b/commands.py index db00d2e..8da322e 100644 --- a/commands.py +++ b/commands.py @@ -13,6 +13,8 @@ def help(mud, id): an exit to another room. * build : Creates a room. The return param is the name of an exit to come back to the current room. + * me : Emotes action. Example, 'me chuckles'. Visible to everyone + in the room. ''')