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
|
|
@ -13,6 +13,7 @@ members = [
|
|||
"modules/hostserv",
|
||||
"modules/operserv",
|
||||
"modules/diceserv",
|
||||
"modules/dictserv",
|
||||
"modules/gameserv",
|
||||
"modules/infoserv",
|
||||
"modules/reportserv",
|
||||
|
|
@ -41,6 +42,7 @@ echo-statserv = { path = "modules/statserv" }
|
|||
echo-hostserv = { path = "modules/hostserv" }
|
||||
echo-operserv = { path = "modules/operserv" }
|
||||
echo-diceserv = { path = "modules/diceserv" }
|
||||
echo-dictserv = { path = "modules/dictserv" }
|
||||
echo-gameserv = { path = "modules/gameserv" }
|
||||
echo-infoserv = { path = "modules/infoserv" }
|
||||
echo-reportserv = { path = "modules/reportserv" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue