diff --git a/irc_replies.go b/irc_replies.go new file mode 100644 index 0000000..1939bf4 --- /dev/null +++ b/irc_replies.go @@ -0,0 +1,5 @@ +package irc + +const ( + RPL_LUSERCLIENT = 251 +)