From b86c11aee18d81ceba243c5603f39fc31b1791f5 Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Wed, 27 Oct 2021 20:09:50 -0400 Subject: [PATCH] file for const irc reply numerics --- irc_replies.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 irc_replies.go 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 +)