diff options
| author | 2019-01-28 19:42:02 +0000 | |
|---|---|---|
| committer | 2019-01-28 19:42:02 +0000 | |
| commit | a032cd90ad5582914759e226085efee5aae1a1ef (patch) | |
| tree | a201d1aa87e00d89f1c6c25d5c14492f732d4080 /docs | |
| parent | Add ParamMode::IsParameterSecret and remove special casing of keys. (diff) | |
| download | inspircd++-a032cd90ad5582914759e226085efee5aae1a1ef.tar.gz inspircd++-a032cd90ad5582914759e226085efee5aae1a1ef.tar.bz2 inspircd++-a032cd90ad5582914759e226085efee5aae1a1ef.zip | |
Allow configuring whether SETNAME sends snotices and is oper-only.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index a10f30154..1c219cbd6 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1925,6 +1925,18 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SETNAME module: Adds the /SETNAME command. #<module name="setname"> +# +#-#-#-#-#-#-#-#-#-#-#-#- SETNAME CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# +# # +# operonly - Whether the SETNAME command should only be usable by # +# server operators. Defaults to no. # +# # +# notifyopers - Whether to send a snotice to snomask `a` when the # +# server operators. Defaults to to yes if oper-only and # +# no if usable by everyone. # +# # +#<setname notifyopers="yes" # +# operonly="no"> # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Serverban: Implements extended ban 's', which stops anyone connected |
