From 9cd8fe39d58be851d09564ab7f9c5e64fa4e58e5 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Aug 2007 21:15:47 +0000 Subject: 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 --- docs/inspircd.conf.example | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') 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=""> -- cgit v1.2.3