From 3e67bf6557861a58d75f62c562a3a2b43f226435 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 30 Sep 2020 17:52:39 -0400 Subject: Add /ops command It's pretty awkward with large channels since NAMES isn't sorted by prefixes or anything... But having it accumulate names across many replies would require more reworking. --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 6cf34b3..43df641 100644 --- a/chat.h +++ b/chat.h @@ -246,6 +246,7 @@ extern struct Replies { uint list; uint mode; uint names; + uint ops; uint topic; uint whois; } replies; -- cgit 1.4.1