diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..0d74f0e --- /dev/null +++ b/readme.md @@ -0,0 +1,17 @@ +# irc + + + +ircv3 library + + +i had this thought that it might be possible to implement things like SASL auth, capabilities, etc, all as middleware + + +``` +type Handler interface { + Handle(w MessageWriter, m *Event) +} +``` + +turns out its working so far.