diff options
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 3c99b8f6f..12e9fef23 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -259,8 +259,10 @@ # log file. You may select from debug, verbose, # # default, sparse and none. # # allowhalfop - allows the +h channel mode # -# allowprotect - allows the +a channel mode # -# allowfounder - allows the +q channel mode # +# noservices - If noservices is true, yes, or 1, then the first # +# user into a channel gets founder status. This is # +# only useful on networks running the m_chanprotect # +# module without services. # # netbuffersize - size of the buffer used to receive data from # # clients. The ircd may only read() this amount # # of text in one go at any time. (OPTIONAL) # @@ -274,9 +276,8 @@ loglevel="default" netbuffersize="10240" maxwho="128" - allowhalfop="yes" - allowprotect="yes" - allowfounder="yes"> + noservices="0"> + allowhalfop="yes"> |