diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-28 19:42:02 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-28 19:42:02 +0000 |
commit | a032cd90ad5582914759e226085efee5aae1a1ef (patch) | |
tree | a201d1aa87e00d89f1c6c25d5c14492f732d4080 /docs/conf | |
parent | 18678c6a22f72152b7dacc356c791868b4e170c4 (diff) |
Allow configuring whether SETNAME sends snotices and is oper-only.
Diffstat (limited to 'docs/conf')
-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 |