mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Fix a typo in the example configs.
Reported by @siniStar7.
This commit is contained in:
parent
49e73967fe
commit
7ba0917bab
@ -337,7 +337,7 @@
|
|||||||
|
|
||||||
# modes: The modes to set on users in this class when they connect to
|
# 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
|
# 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.
|
# and x (cloak) which require the commonchans and cloak modules.
|
||||||
# This setting only has effect when the conn_umodes module is loaded.
|
# This setting only has effect when the conn_umodes module is loaded.
|
||||||
modes="+cx"
|
modes="+cx"
|
||||||
@ -468,7 +468,7 @@
|
|||||||
|
|
||||||
# modes: The modes to set on users in this class when they connect to
|
# 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
|
# 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.
|
# and x (cloak) which require the commonchans and cloak modules.
|
||||||
# This setting only has effect when the conn_umodes module is loaded.
|
# This setting only has effect when the conn_umodes module is loaded.
|
||||||
modes="+cx">
|
modes="+cx">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user