From d61e0fb40f44573bbdac545dcc0456e0fe46f3c8 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 27 May 2024 01:57:21 -0400 Subject: [PATCH] Added /me support for action messages on IRC --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 93d4474..f386a90 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,13 @@ A compiled "release" will be done once I finish somoe fo the basic features, but # Connecting to WiFi The device will scan for WiFi networks on boot. Once the list is displayed, you can scroll up and down the list with the "u" key for UP and the "d" key for down. +# Commands +| Command | Description | +| --------------- | --------------------------- | +| `/debug` | Show hardware information | +| `/me ` | Send an ACTION message | +| `/raw ` | Send RAW data to the server | + # Debugging over Serial 1. Install screen: `apt-get install screen` *(or whatever package manager you use)* 2. Plug in your device via USB.