diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | config.toml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -73,7 +73,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" [[package]] name = "catinator" -version = "0.1.0" +version = "1.0.1" dependencies = [ "anyhow", "base64", @@ -1,6 +1,6 @@ [package] name = "catinator" -version = "1.0.0" +version = "1.0.1" authors = ["Max Audron <audron@cocaine.farm>"] edition = "2018" diff --git a/config.toml b/config.toml index 87811d1..d5900fd 100644 --- a/config.toml +++ b/config.toml @@ -9,7 +9,7 @@ hostname = "irc.snoonet.org" port = 6697 tls = true sasl = true -channels = ["#audron-test"] +channels = ["#gnulag", "#audron-test"] [settings] prefix = ':' |
