From adec68ce4d8079b2c6e84eebce16c68b2f0ccf09 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 7 Sep 2021 14:07:18 +0200 Subject: remove test channel from prod config --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 61d1311..93aa6e8 100644 --- a/config.toml +++ b/config.toml @@ -9,7 +9,7 @@ hostname = "irc.snoonet.org" port = 6697 tls = true sasl = true -channels = ["#redoxmasterrace", "#linuxmasterrace", "#gnulag", "#audron-test"] +channels = ["#redoxmasterrace", "#linuxmasterrace", "#gnulag"] [settings] prefix = ':' -- cgit v1.2.3