Browse Source

fix channel mode help text

tags/v2.5.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
58b5d3c72d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/help.go

+ 1
- 1
irc/help.go View File

@@ -55,7 +55,7 @@ Oragono supports the following channel modes:
55 55
   +E  |  Roleplaying commands are enabled in the channel.
56 56
   +C  |  Clients are blocked from sending CTCP messages in the channel.
57 57
   +u  |  Auditorium mode: JOIN, PART, QUIT, NAMES, and WHO are hidden
58
-         hidden from unvoiced clients.
58
+         from unvoiced clients.
59 59
   +U  |  Op-moderated mode: messages from unprivileged clients are sent
60 60
          only to channel operators.
61 61
 

Loading…
Cancel
Save