add announce command, fix multi-occurence command matching

This commit is contained in:
2021-08-22 11:51:08 +02:00
parent 99d9b83c68
commit 84ff6a8ae2
9 changed files with 403 additions and 237 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ build = "build.rs"
[dependencies]
#elefren = { version = "0.22.0", features = ["toml"] }
elefren = { path = "../elefren22-fork" }
#elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git", features = ["toml"] }
#elefren = { path = "../elefren22-fork" }
elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git" }
env_logger = "0.9.0"