From 46c115b783d8bb2c917f73827bd1402bcc152dc0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 18 Jan 2025 16:27:04 -0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ebdc3e2..68951b9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Welcome to the Mesh Bot project! This feature-rich bot is designed to enhance yo - **Automated Responses**: The bot detects keywords like "ping" and responds with "pong" in direct messages (DMs) or group channels. - **Customizable Triggers**: Monitor group channels for specific keywords and set custom responses. - **Emergency Response**: Monitor channels for keywords indicating emergencies and alert a wider audience. +- **New Node Hello**: Greet new nodes on the mesh with a hello message ### Network Tools - **Build, Test Local Mesh**: Ping allow for message delivery testing with more realistic packets vs. telemetry @@ -310,6 +311,14 @@ a newspaper could be built by external scripts. could use Ollama to compile text you can also enable the line by line (hint just search for the commented lines with a 🐝) to return a string from the [bee movie](https://courses.cs.washington.edu/courses/cse163/20wi/files/lectures/L04/bee-movie.txt) for example adding it alongside news.txt as bee.txt +### Greet new nodes QRZ module +This isnt QRZ.com this is Q code for who is calling me, this will track new nodes and say hello +```ini +[qrz] +enabled = True # QRZ Hello to new nodes +qrz_hello_string = "send CMD or DM me for more info." # will be sent to all heard nodes once +``` + ### Scheduler In the config.ini enable the module ```ini