irc/irc_replies.go
blackbeard420 a89349d1e3
All checks were successful
continuous-integration/drone/push Build is passing
replaced some numeric handling
2021-10-27 21:10:18 -04:00

10 lines
115 B
Go

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