Fix registered-only modes in docs (it's +R, not +r)

This commit is contained in:
Daniel Oaks 2018-04-01 09:50:22 +10:00
parent 0e4e074d43
commit a39c46d470
2 changed files with 3 additions and 3 deletions

@ -308,11 +308,11 @@ If this mode is set, only users that have logged into an account will be able to
To set this mode:
/MODE #test +r
/MODE #test +R
To unset this mode:
/MODE #test -r
/MODE #test -R
### +s - Secret

@ -47,7 +47,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 talk in the channel.
+s | Secret mode, channel won't show up in /LIST or whois replies.
+t | Only channel opers can modify the topic.