Compare commits

...

3 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 46d8847533 Dub
- Added `vibe-d` as a dependency
2023-06-27 21:33:37 +02:00
Tristan B. Velloza Kildaire 5d04b38bcd Dub
- Upgraded to latest version of birchwood
2023-06-27 21:23:04 +02:00
Tristan B. Velloza Kildaire 49f961c9d4 Translate
- Add http connection session thing help rany pls
2023-06-27 21:22:53 +02:00
2 changed files with 9 additions and 6 deletions

View File

@ -4,16 +4,17 @@
],
"copyright": "Copyright © 2023, Tristan B. Kildaire",
"dependencies": {
"birchwood": ">=2.0.1-beta.1",
"birchwood": ">=2.4.0-beta",
"eskomcalendar4d": ">=0.1.3",
"jstruct": ">=0.2.11",
"lumars": ">=1.11.0"
"lumars": ">=1.11.0",
"vibe-d": "~>0.9.6"
},
"description": "IRC bot for the BonoboNET IRC network",
"license": "AGPL-3.0",
"name": "botty",
"targetType": "executable",
"libs": [
"curl"
]
],
"license": "AGPL-3.0",
"name": "botty",
"targetType": "executable"
}

View File

@ -106,6 +106,8 @@ public final class Translate : Mod
// FIXME: This needs some cleaning, seems like JSON
// TODO: Add http connection session thing help rany pls
writeln(translatedText = result[0].array()[0].array()[0].str());