From d0fdb2e8be0dc97ac9698df7eb3ddc42ca5e8d8c Mon Sep 17 00:00:00 2001 From: reverse Date: Mon, 24 Aug 2026 19:47:06 +0000 Subject: [PATCH] docs: add Community section (irc.devtronic.pro #echoiRCd support channel) to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bcce304..4283efc 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,16 @@ tutorial in [`docs/api/`](docs/api/): - **Modules** (`src/module.rs`, `src/modules/`) — lifecycle hooks; pre-hooks can **Deny** a register/command/message, notify-hooks fire after. +## Community + +echoIRCd's support network runs on echoIRCd itself — come say hi: + +- **Server** — `irc.devtronic.pro` (TLS `6697`, plaintext `6667`) +- **`#echoiRCd`** — the **official support & development channel** +- **`#devs`** — general developer chat + +Quick connect: `ircs://irc.devtronic.pro:6697/%23echoiRCd` + ## Links - **Repository** —