mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
fix #1060
This commit is contained in:
parent
5741f3e15c
commit
9e3ad5aff1
@ -51,6 +51,7 @@ Oragono supports the following channel modes:
|
|||||||
+R | Only registered users can join the channel.
|
+R | Only registered users can join 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.
|
||||||
|
+E | Roleplaying commands are enabled in the channel.
|
||||||
+C | Clients are blocked from sending CTCP messages in the channel.
|
+C | Clients are blocked from sending CTCP messages in the channel.
|
||||||
|
|
||||||
= Prefixes =
|
= Prefixes =
|
||||||
@ -70,6 +71,8 @@ Oragono supports the following user modes:
|
|||||||
+R | User only accepts messages from other registered users.
|
+R | User only accepts messages from other registered users.
|
||||||
+s | Server Notice Masks (see help with /HELPOP snomasks).
|
+s | Server Notice Masks (see help with /HELPOP snomasks).
|
||||||
+Z | User is connected via TLS.
|
+Z | User is connected via TLS.
|
||||||
|
+B | User is a bot.
|
||||||
|
+E | User can receive roleplaying commands.
|
||||||
+T | User is blocked from sending CTCP messages.`
|
+T | User is blocked from sending CTCP messages.`
|
||||||
snomaskHelpText = `== Server Notice Masks ==
|
snomaskHelpText = `== Server Notice Masks ==
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user