From 489df70c37d49ab17b396dcffc6776e2ba7829ed Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 12 Feb 2020 02:39:23 -0500 Subject: Add /list --- chat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index aa2f87c..6af5ef7 100644 --- a/chat.h +++ b/chat.h @@ -133,8 +133,9 @@ void ircFormat(const char *format, ...) extern struct Replies { size_t join; - size_t topic; + size_t list; size_t names; + size_t topic; size_t whois; } replies; -- cgit 1.4.0