From f3a56b0d014c96b3bbc41308d34f46a1f7b70764 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 30 Sep 2020 19:21:34 -0400 Subject: Use WHO for /ops Accumulate names in a buffer and show away status. --- chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 43df641..8573ad8 100644 --- a/chat.h +++ b/chat.h @@ -246,8 +246,8 @@ extern struct Replies { uint list; uint mode; uint names; - uint ops; uint topic; + uint who; uint whois; } replies; -- cgit 1.4.0