diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-26 20:43:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-26 20:43:15 +0000 |
commit | d58d9fb4957168c134ae1e89005ff03154366a2a (patch) | |
tree | d26b3ee3e6d7fe6555d192f6316d60da78721ffd /docs/inspircd.conf.example | |
parent | 3a7af31bcd081debd490aa57a1d142bebf430b61 (diff) |
Add option to set invite announcements to nobody, ops only, or all users, based on options:announceinvites. Part of bug #386, should not be backported.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7837 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 33840ac28..ce0432220 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -857,10 +857,12 @@ # if set to no, then only the nickname is shown. # # # # announceinvites # -# - If this option is set to yes (the default), then # -# invites are announced to the channel when a user # -# invites annother user. If you consider this to be # -# unnecessary noise, explicitly set this to no. # +# - If this option is set, then invites are announced # +# to the channel when a user invites annother 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'. # # # # disablehmac - If you are linking your InspIRCd to older versions # # then you can specify this option and set it to # @@ -948,6 +950,7 @@ serverpingfreq="60" allowhalfop="yes" defaultmodes="nt" + announceinvites="all" moronbanner="You're banned! Email haha@abuse.com with the ERROR line below for help." exemptchanops=""> |