From e100bd18af2d9ec71d99da5f762f966c0fd1da40 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 16 Oct 2016 20:44:38 +1000 Subject: [PATCH] HELP: correct misspelling --- irc/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/help.go b/irc/help.go index 22974082..b793b788 100644 --- a/irc/help.go +++ b/irc/help.go @@ -35,7 +35,7 @@ Oragono supports the following channel modes: = Type D - flag modes = +i | Invite-only mode, only invited clients can join the channel. - +m | Moderated mode, only priviledged clients can talk on the channel. + +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 the channel messages. +t | Only channel opers can modify the topic. +s | Secret mode, channel won't show up in /LIST or whois replies.