Browse Source

correct trailing space on +R usermode documentation

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

+ 1
- 1
irc/help.go View File

@@ -68,7 +68,7 @@ Oragono supports the following user modes:
68 68
   +a  |  User is marked as being away. This mode is set with the /AWAY command.
69 69
   +i  |  User is marked as invisible (their channels are hidden from whois replies).
70 70
   +o  |  User is an IRC operator.
71
-  +R  |  User only accepts messages from other registered users. 
71
+  +R  |  User only accepts messages from other registered users.
72 72
   +s  |  Server Notice Masks (see help with /HELPOP snomasks).
73 73
   +Z  |  User is connected via TLS.
74 74
   +B  |  User is a bot.

Loading…
Cancel
Save