1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 04:23:05 +02:00
A sane IRC framework for the D language https://deavmi.assigned.network/projects/birchwood
Go to file
Tristan B. Kildaire ce8dbd7f5e - Implemented Message type to hold messages
- Create IRCEvent type
- Print out information for handling of IRCEvent in the signal handler registered with Eventy
- Finished initial message parser (splits into `from`, `command` and `params`)
2022-10-31 19:24:10 +02:00
source/birchwood - Implemented Message type to hold messages 2022-10-31 19:24:10 +02:00
.gitignore Updated .gitignore 2022-10-30 17:01:53 +02:00
dub.json Implemented proof-of-concept eventy integration with a default event handler 2022-10-30 17:29:40 +02:00
LICENSE Set license to LGPL 3.0 2022-10-30 17:05:19 +02:00
logo.png Added README along with branding 2022-10-30 16:59:23 +02:00
logo.svg Added README along with branding 2022-10-30 16:59:23 +02:00
README.md Set license to LGPL 3.0 2022-10-30 17:05:19 +02:00


birchwood

A sane IRC framework for the D language




Installation

To add birchwood to your project simply run:

dub add birchwood

Usage

TODO:

License

See LICENSE.