irc/irc_replies.go

6 lines
46 B
Go
Raw Normal View History

2021-10-27 20:09:50 -04:00
package irc
const (
RPL_LUSERCLIENT = 251
)