Browse Source

fix #1060

tags/v2.2.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
9e3ad5aff1
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      irc/help.go

+ 3
- 0
irc/help.go View File

@@ -51,6 +51,7 @@ Oragono supports the following channel modes:
51 51
   +R  |  Only registered users can join the channel.
52 52
   +s  |  Secret mode, channel won't show up in /LIST or whois replies.
53 53
   +t  |  Only channel opers can modify the topic.
54
+  +E  |  Roleplaying commands are enabled in the channel.
54 55
   +C  |  Clients are blocked from sending CTCP messages in the channel.
55 56
 
56 57
 = Prefixes =
@@ -70,6 +71,8 @@ Oragono supports the following user modes:
70 71
   +R  |  User only accepts messages from other registered users. 
71 72
   +s  |  Server Notice Masks (see help with /HELPOP snomasks).
72 73
   +Z  |  User is connected via TLS.
74
+  +B  |  User is a bot.
75
+  +E  |  User can receive roleplaying commands.
73 76
   +T  |  User is blocked from sending CTCP messages.`
74 77
 	snomaskHelpText = `== Server Notice Masks ==
75 78
 

Loading…
Cancel
Save