diff options
| author | 2020-03-28 23:28:53 -0600 | |
|---|---|---|
| committer | 2020-03-28 23:28:53 -0600 | |
| commit | ac3c8eb9e651d46d2d4e468e3969b8e850c3dbc7 (patch) | |
| tree | 3295e90aae130a73d9483ebb1e7146afa585588c /docs | |
| parent | Fix expanding module names. (diff) | |
Correct a typo in the example config.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/inspircd.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 317fdb117..4c56db448 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -290,7 +290,7 @@ password="secret" # maxchans: Maximum number of channels a user in this class - # be in at one time. + # can be in at one time. maxchans="20" # timeout: How long the server will wait before disconnecting @@ -388,7 +388,7 @@ allow="*" # maxchans: Maximum number of channels a user in this class - # be in at one time. + # can be in at one time. maxchans="20" # timeout: How long the server will wait before disconnecting |
