diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-22 01:17:06 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-22 02:02:39 +0800 |
commit | 62045c958b0d58d61e6d22deb88eed7b9ae28a4e (patch) | |
tree | 93ae68d77f6cc21de45a9f4edbdffb6cd0b5a1ae /README.md | |
parent | Use MIT because miniirc (diff) | |
download | go-lindenii-irc-62045c958b0d58d61e6d22deb88eed7b9ae28a4e.tar.gz go-lindenii-irc-62045c958b0d58d61e6d22deb88eed7b9ae28a4e.tar.zst go-lindenii-irc-62045c958b0d58d61e6d22deb88eed7b9ae28a4e.zip |
Basic IRCv3 message parser
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d69cd03 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# IRC client library + +This was partially inspired by [miniirc](https://github.com/luk3yx/miniirc) but +aims to be a little bit simpler. All message handling and state tracking are +left to the user. |