diff options
| author | Max Audron <audron@cocaine.farm> | 2021-09-07 14:07:18 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-09-07 14:07:18 +0200 |
| commit | adec68ce4d8079b2c6e84eebce16c68b2f0ccf09 (patch) | |
| tree | c21fef31db7a37f66bec4eeb6a231f9022bb1868 /config.toml | |
| parent | add about command (diff) | |
remove test channel from prod config
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ':' |
