diff options
| author | Max Audron <audron@cocaine.farm> | 2021-05-26 08:37:22 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-05-26 08:37:22 +0200 |
| commit | bf06821e77078c10ab3cdd7ea3a364030c144e16 (patch) | |
| tree | cb3d55f2dfa17ea38623240d5631864eb7a5ccf4 | |
| parent | fix log breaking once buffer full (diff) | |
Release 1.0.1
Diffstat (limited to '')
| -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 = ':' |
