diff options
| author | Max Audron <audron@cocaine.farm> | 2021-05-16 00:31:24 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-05-16 00:31:24 +0200 |
| commit | bda302df12856879fd78efad1569135b1706973b (patch) | |
| tree | bca8e41eb6965c0cfcda2277cc13b0f949ca253a /config.toml | |
| parent | add container build (diff) | |
add deployment stuff
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index f5475aa..87811d1 100644 --- a/config.toml +++ b/config.toml @@ -2,14 +2,14 @@ nickname = "\\__{^-_-^}" username = "catinator" password = "" -realname = "maow" +realname = "moaw" [server] hostname = "irc.snoonet.org" port = 6697 tls = true sasl = true -channels = [] +channels = ["#audron-test"] [settings] prefix = ':' |
