IRC is a library that can be used to create IRC servers or clients.
Based on RFCs 1459, 2810, 2811, 2812, and 2813.
e31fe5d24d
When no parameter is passed all channels and global are returned Now prevents invisible users from being revealed |
||
---|---|---|
.gitignore | ||
channel.go | ||
client.go | ||
commands.go | ||
LICENSE | ||
modes.go | ||
mux.go | ||
README.md | ||
server.go |
irc
IRC is a library that can be used to create IRC servers or clients.
Based on RFCs 1459, 2810, 2811, 2812, and 2813.