diff --git a/irc/help.go b/irc/help.go index 347f981d..927b62be 100644 --- a/irc/help.go +++ b/irc/help.go @@ -45,6 +45,8 @@ Ergo supports the following channel modes: +i | Invite-only mode, only invited clients can join the channel. +k | Key required when joining the channel. +l | Client join limit for the channel. + +f | Users who are unable to join this channel (due to another mode) are forwarded + to the provided channel instead. +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.