file for const irc reply numerics
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
blackbeard420 2021-10-27 20:09:50 -04:00
parent cc8e251c90
commit b86c11aee1

5
irc_replies.go Normal file
View File

@ -0,0 +1,5 @@
package irc
const (
RPL_LUSERCLIENT = 251
)