From 4f46e659d9103f94cd5523360c1a7c5f5fccd3d7 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 31 Oct 2025 12:41:52 -0700 Subject: [PATCH] TOC updated --- modules/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/README.md b/modules/README.md index 8354b49..e1fc49b 100644 --- a/modules/README.md +++ b/modules/README.md @@ -19,7 +19,9 @@ This document provides an overview of all modules available in the Mesh-Bot proj - [Voice Commands (VOX)](#voice-commands-vox) - [Ollama LLM/AI](#ollama-llmai) - [Wikipedia Search](#wikipedia-search) +- [News & Headlines (`latest` Command)](#news--headlines-latest-command) - [DX Spotter Module](#dx-spotter-module) +- [Echo Command](#echo-command) - [Mesh Bot Scheduler User Guide](#mesh-bot-scheduler-user-guide) - [Other Utilities](#other-utilities) - [Messaging Settings](#messaging-settings) @@ -1225,6 +1227,22 @@ The `echo` command returns your message back to you. echo Hello world c=1 d=2 ``` This will send "Hello world" to channel 1, device 2. +#### MOTD Substitution + +- In admin echo, if you include the word `motd` or `MOTD` (case-insensitive) anywhere in your message, it will be replaced with the current Message of the Day. +- Example: + ``` + echo Today's message is motd c=1 d=2 + ``` + If the MOTD is "Potatos Are Cool!", the message sent will be: + ``` + Today's message is Potatos Are Cool! + ``` + +#### Notes +- Only admins can use the `c=` and `d=` override. +- If you omit `c=` and `d=`, the message is echoed back to your current channel/device. +- MOTD substitution works for any standalone `motd` or `MOTD` in the message. #### Help