diff options
author | Matt Schatz <genius3000@g3k.solutions> | 2020-03-28 23:28:53 -0600 |
---|---|---|
committer | Matt Schatz <genius3000@g3k.solutions> | 2020-03-28 23:28:53 -0600 |
commit | ac3c8eb9e651d46d2d4e468e3969b8e850c3dbc7 (patch) | |
tree | 3295e90aae130a73d9483ebb1e7146afa585588c /docs/conf | |
parent | 2ff5d46dc35dd2242d49629f7062ca46ec3ff885 (diff) |
Correct a typo in the example config.
Diffstat (limited to 'docs/conf')
-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 |