From d2479bc23fadfafd7ea3a3ccd79ef8b4c8d59e45 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Thu, 15 Feb 2024 21:26:57 -0600 Subject: [PATCH] Add #sshchat --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index d78b150..e6aff97 100644 --- a/config.py +++ b/config.py @@ -28,7 +28,7 @@ servers: dict[str, dict[str, Any]] = { "replirc": { "address": "localhost", "pass": env["replirc_pass"], - "channels": {"#random": 0, "#dice": 0, "#main": 0, "#bots": 0, "#firebot": 0}, + "channels": {"#random": 0, "#dice": 0, "#main": 0, "#bots": 0, "#firebot": 0, "#sshchat": 0}, "admins": ["h-tl"], "hosts": ["owner.firepi"], },