birchwood

A sane IRC framework for the D language

---

``` [13:51:00] A sane IRC framework for the D language [13:51:11] s/sane/professional ``` ## Installation To add birchwood to your project simply run: ```bash dub add birchwood ``` ### Dependencies Birchwood dependends on the following D libraries: * `libsnooze` (0.3.0) * `eventy` (0.4.0) * `dlog` (0.3.19) ## Usage You can take a look at the `Client` API documentation on [DUB](https://birchwood.dpldocs.info/birchwood.client.Client.html). ## Compatibility - [ ] rfc1459 * Should be more or less stable in supporting this standard More standards will be added within the next month or so, mostly relating to new response codes that just need to be added. ## License See [LICENSE](LICENSE).