Fix a typo in the example configs.

Reported by @siniStar7.
This commit is contained in:
Sadie Powell 2023-07-07 15:40:36 +01:00
parent 49e73967fe
commit 7ba0917bab

View File

@ -337,7 +337,7 @@
# modes: The modes to set on users in this class when they connect to
# the server. See https://docs.inspircd.org/3/user-modes/ for a list of
# user modes. The example below sets user modes v (deaf_commonchans)
# user modes. The example below sets user modes c (deaf_commonchans)
# and x (cloak) which require the commonchans and cloak modules.
# This setting only has effect when the conn_umodes module is loaded.
modes="+cx"
@ -468,7 +468,7 @@
# modes: The modes to set on users in this class when they connect to
# the server. See https://docs.inspircd.org/3/user-modes/ for a list of
# user modes. The example below sets user modes v (deaf_commonchans)
# user modes. The example below sets user modes c (deaf_commonchans)
# and x (cloak) which require the commonchans and cloak modules.
# This setting only has effect when the conn_umodes module is loaded.
modes="+cx">