diff options
author | Robby <Robby-@users.noreply.github.com> | 2019-04-28 10:14:21 +0200 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-28 09:14:21 +0100 |
commit | e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e (patch) | |
tree | 81e3825243464f332742b7e945053d32d726808b /docs/conf/inspircd.conf.example | |
parent | 2533dc10f987eedb99d780c7debd948f22705679 (diff) |
Textual improvements and fixes such as typos, casing, etc. (#1612)
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index e3f3185d5..3e9c47da2 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -298,7 +298,7 @@ # limit: How many users are allowed in this class limit="5000" - # modes: Usermodes that are set on users in this block on connect. + # modes: User modes that are set on users in this block on connect. # Enabling this option requires that the conn_umodes module be loaded. # This entry is highly recommended to use for/with IP cloaking/masking. # For the example to work, this also requires that the cloaking @@ -412,7 +412,7 @@ # limit: How many users are allowed in this class limit="5000" - # modes: Usermodes that are set on users in this block on connect. + # modes: User modes that are set on users in this block on connect. # Enabling this option requires that the conn_umodes module be loaded. # This entry is highly recommended to use for/with IP cloaking/masking. # For the example to work, this also requires that the cloaking @@ -772,7 +772,7 @@ restrictbannedusers="yes" # genericoper: Setting this value to yes makes all opers on this server - # appear as 'is an IRC operator' in their WHOIS, regardless of their + # appear as 'is a server operator' in their WHOIS, regardless of their # oper type, however oper types are still used internally. This only # affects the display in WHOIS. genericoper="no" @@ -945,7 +945,7 @@ <exception # host: ident@hostname to exempt. # Wildcards and CIDR (if you specify an IP) can be used. - host="*@ircop.example.com" + host="*@serverop.example.com" # reason: Reason for exception. Only shown in /STATS e. reason="Oper's hostname"> |