1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 08:23:07 +02:00
birchwood/README.md
Tristan B. Kildaire 9a2f3b17ba README
- Added todos for now
2022-11-01 14:03:10 +02:00

36 lines
535 B
Markdown

<p align="center">
<img src="logo.png" width=220>
</p>
<br>
<h1 align="center">birchwood</h1>
<h3 align="center"><i><b>A sane IRC framework for the D language</i></b></h3>
---
<br>
<br>
## Installation
To add birchwood to your project simply run:
```bash
dub add birchwood
```
## Usage
TODO:
## TODO
- [ ] Server name saving so it automatically uses it in replies where it needs to (currently hardcoded to freenode for testing reasons)
- [ ] Request-response support (waiting/promises)
## License
See [LICENSE](LICENSE).