mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 03:49:27 +01:00
Fix registered-only modes in docs (it's +R, not +r)
This commit is contained in:
parent
0e4e074d43
commit
a39c46d470
@ -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:
|
To set this mode:
|
||||||
|
|
||||||
/MODE #test +r
|
/MODE #test +R
|
||||||
|
|
||||||
To unset this mode:
|
To unset this mode:
|
||||||
|
|
||||||
/MODE #test -r
|
/MODE #test -R
|
||||||
|
|
||||||
### +s - Secret
|
### +s - Secret
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ Oragono supports the following channel modes:
|
|||||||
+m | Moderated mode, only privileged 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
|
+n | No-outside-messages mode, only users that are on the channel can send
|
||||||
| messages to it.
|
| 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.
|
+s | Secret mode, channel won't show up in /LIST or whois replies.
|
||||||
+t | Only channel opers can modify the topic.
|
+t | Only channel opers can modify the topic.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user