irc/irc_replies.go
blackbeard420 659601e7c0
All checks were successful
continuous-integration/drone/push Build is passing
LUSERCHANNEL/LUSERCLIENT handling
2021-10-27 21:25:41 -04:00

11 lines
146 B
Go

package irc
const (
RPL_LUSERCLIENT = 251
RPL_LUSERCHANNELS = 254
RPL_NAMREPLY = 353
RPL_ENDOFMOTD = 376
ERR_NOSUCHNICK = 401
)