Go to file
a c738036f14
noot
2024-05-15 13:08:17 -05:00
cmd/lain noot 2024-05-15 04:28:02 -05:00
pkg noot 2024-05-15 04:28:02 -05:00
plugins noot 2024-05-15 13:08:17 -05:00
src/lainbot noot 2024-05-15 04:52:21 -05:00
.gitignore noot 2024-05-14 00:58:51 -05:00
go.mod noot 2024-05-15 04:52:21 -05:00
go.sum noot 2024-05-15 04:52:21 -05:00
readme.md noot 2024-05-15 12:41:54 -05:00

readme.md

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.