dictserv: opt-in DICT (RFC 2229) lookup service — bots and /msg answer dict/define/thes/acronym/law/etc via dict.org off-reactor
All checks were successful
CI / check (push) Successful in 4m4s
All checks were successful
CI / check (push) Successful in 4m4s
This commit is contained in:
parent
76be932131
commit
623750e638
15 changed files with 444 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -286,6 +286,7 @@ dependencies = [
|
|||
"echo-chanserv",
|
||||
"echo-debugserv",
|
||||
"echo-diceserv",
|
||||
"echo-dictserv",
|
||||
"echo-example",
|
||||
"echo-gameserv",
|
||||
"echo-groupserv",
|
||||
|
|
@ -360,6 +361,13 @@ dependencies = [
|
|||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "echo-dictserv"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"echo-api",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "echo-example"
|
||||
version = "0.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue