From 8fb5eee1719b285f53ad61132d5f5bd714e172c4 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 6 Apr 2020 10:47:55 -0400 Subject: [PATCH] fix #930 --- irc/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/help.go b/irc/help.go index a1e9d048..50878685 100644 --- a/irc/help.go +++ b/irc/help.go @@ -48,7 +48,7 @@ Oragono supports the following channel modes: +m | Moderated mode, only privileged clients can talk on the channel. +n | No-outside-messages mode, only users that are on the channel can send | messages to it. - +R | Only registered users can talk in the channel. + +R | Only registered users can join the channel. +s | Secret mode, channel won't show up in /LIST or whois replies. +t | Only channel opers can modify the topic.