Browse Source

fix a help typo

tags/v2.6.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
dfc26d1182
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/chanserv.go

+ 1
- 1
irc/chanserv.go View File

@@ -177,7 +177,7 @@ by unprivileged users. Your options are:
177 177
 1. 'none'               [no restrictions]
178 178
 2. 'registration-time'  [users can view history from after their account was
179 179
                          registered, plus a grace period]
180
-3. 'join-time'          [users can biew history from after they joined the
180
+3. 'join-time'          [users can view history from after they joined the
181 181
                          channel; note that history will be effectively
182 182
                          unavailable to clients that are not always-on]
183 183
 4. 'default'            [use the server default]`,

Loading…
Cancel
Save