1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00
birchwood/README.md
2023-03-17 10:20:49 -04:00

1019 B


birchwood

A sane IRC framework for the D language




[13:51:00] <zh_> A sane IRC framework for the D language
[13:51:11] <zh_> s/sane/professional

Installation

To add birchwood to your project simply run:

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.

Compatibility

  • rfc1459
    • Supports all the numeric codes
  • rfc2812
    • Supports all the numeric codes

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.