From e9c32e0a291a0ac4b349dcf5012847b0fd9f1423 Mon Sep 17 00:00:00 2001 From: archfan <33993466+archfan7411@users.noreply.github.com> Date: Tue, 19 Feb 2019 14:19:50 -0500 Subject: [PATCH] Update README with use instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d35dcd8..ee251bf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # chat Minetest CSM to allow for easier team chat in games like CTF or PK. + +# How to use +The main command of this CSM is `.chat`. It works differently depending on what you pass as parameters: + +If you pass a command or command name (such as "me" or "/msg Player", forward slash optional) all your chat messages from then until you relog or clear the prefix will be piped through that command. For example, if you do `.chat msg archfan` then all your messages will be messaged to the user archfan. + +If you run `.chat` with *no* parameters, it will clear the prefix and you will be able to chat normally.