From 58b5d3c72de750a7bdc258f8b5b4ba6429e1f0dd Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 8 Nov 2020 17:33:45 -0500 Subject: [PATCH] fix channel mode help text --- irc/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/help.go b/irc/help.go index 5fbd130b..485d0f90 100644 --- a/irc/help.go +++ b/irc/help.go @@ -55,7 +55,7 @@ Oragono supports the following channel modes: +E | Roleplaying commands are enabled in the channel. +C | Clients are blocked from sending CTCP messages in the channel. +u | Auditorium mode: JOIN, PART, QUIT, NAMES, and WHO are hidden - hidden from unvoiced clients. + from unvoiced clients. +U | Op-moderated mode: messages from unprivileged clients are sent only to channel operators.