diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-02-11 17:52:21 +0100 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-02-11 17:52:21 +0100 |
commit | a0f92dd232097fa6662265ca49b222b72ca39c83 (patch) | |
tree | e42b66a6f0611ad898ecd2cdd453dc0937fb2915 /docs | |
parent | 1f541d7bbce6f2a254b3ba46ed9a31da593674de (diff) |
cmd_invite Send invite announcements to halfops and higher when <security:announceinvites> is 'dynamic' regardless of the channel being +i or not
Clarify what the various options mean in the doc
Fixes #418 reported by @RawrDragon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 22369bc50..fea9d5d5c 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -660,13 +660,13 @@ <security - # announceinvites: If this option is set, then invites are announced - # to the channel when a user invites another user. If you consider - # this to be unnecessary noise, set this to 'none'. - # To announce to all ops, set this to 'ops' and to announce to all users, - # set the value to 'all'. The value 'dynamic' will make the messages - # go to every user who has power of INVITE on the channel. This - # is the recommended setting. + # announceinvites: This option controls which members of the channel + # receive an announcement when someone is INVITEd. Available values: + # 'none' - don't send invite announcements + # 'all' - send invite announcements to all members + # 'ops' - send invite announcements to ops and higher ranked users + # 'dynamic' - send invite announcements to halfops (if available) and + # higher ranked users. This is the recommended setting. announceinvites="dynamic" # hidemodes: If enabled, then the listmodes given will be hidden |