diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-26 21:15:47 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-26 21:15:47 +0000 |
commit | 9cd8fe39d58be851d09564ab7f9c5e64fa4e58e5 (patch) | |
tree | 2865f46e98d0b3cccf50950f70945313ab8a9d41 /docs | |
parent | 035c7089ccc9973ad52aa284b972e6c65cc1bab7 (diff) |
Added new announceinvite setting i discussed briefly with w00t and i like myself:
# The value 'dynamic' varies between 'ops' and 'all' #
# settings depending on if the channel is +i or not. #
# When the channel is +i, messages go only to ops, #
# and when the channel is not +i, messages go to #
# everyone. In short, the messages will go to every #
# user who has power of INVITE on the channel. This #
# is the recommended setting. #
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7841 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index ce0432220..e1b33565b 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -864,6 +864,14 @@ # this to 'ops' and to announce to all users set the # # value to 'all'. # # # +# The value 'dynamic' varies between 'ops' and 'all' # +# settings depending on if the channel is +i or not. # +# When the channel is +i, messages go only to ops, # +# and when the channel is not +i, messages go to # +# everyone. In short, the messages will go to every # +# user who has power of INVITE on the channel. This # +# is the recommended setting. # +# # # disablehmac - If you are linking your InspIRCd to older versions # # then you can specify this option and set it to # # yes. 1.1.6 and above support HMAC and challenge- # @@ -950,7 +958,7 @@ serverpingfreq="60" allowhalfop="yes" defaultmodes="nt" - announceinvites="all" + announceinvites="dynamic" moronbanner="You're banned! Email haha@abuse.com with the ERROR line below for help." exemptchanops=""> |