mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Document the recent shun changes.
This commit is contained in:
parent
8d20578991
commit
9bc09ed02e
@ -2117,15 +2117,30 @@
|
||||
# To use, SHUN must be in one of your oper class blocks.
|
||||
#<module name="shun">
|
||||
#
|
||||
# You may also configure which commands you wish a user to be able to
|
||||
# perform when shunned. It should be noted that if a shunned user
|
||||
# issues QUIT or PART then their message will be removed, as if they
|
||||
# did not issue one.
|
||||
# Configuration:
|
||||
#
|
||||
# You can optionally let the user know that their command was blocked.
|
||||
# affectsopers: Whether server operators are exempt from shuns. This
|
||||
# option is deprecated; you should instead give exempt
|
||||
# server operators the servers/ignore-shun privilege.
|
||||
#
|
||||
# You may also let SHUN affect opers (defaults to no).
|
||||
#<shun enabledcommands="ADMIN OPER PING PONG QUIT PART JOIN" notifyuser="yes" affectopers="no">
|
||||
# allowtags: Whether to allow client tags to be attached to enabled
|
||||
# commands.
|
||||
#
|
||||
# cleanedcommands: The commands that, if enabled, should be cleaned
|
||||
# of any message content if a shunned user tries to
|
||||
# execute them.
|
||||
#
|
||||
# enabledcommands: The commands that a shunned user is allowed to
|
||||
# execute.
|
||||
#
|
||||
# notifyuser: Whether to notify shunned users that a command they tried
|
||||
# to execute has been blocked.
|
||||
#
|
||||
#<shun enabledcommands="ADMIN OPER PING PONG QUIT PART JOIN"
|
||||
# cleanedcommands="AWAY PART QUIT"
|
||||
# affectopers="no"
|
||||
# allowtags="no"
|
||||
# notifyuser="yes">
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# SSL mode module: Adds support for TLS (SSL)-only channels via the '+z'
|
||||
|
Loading…
x
Reference in New Issue
Block a user