diff options
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. |