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"], },