diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-01 13:45:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-01 13:45:45 +0000 |
commit | 66fcfda7ccd68e55a1ed3d0a791220109dd30305 (patch) | |
tree | 66d53ee82d9d2ac07b190181c4f05f0fe4f14036 /docs/inspircd.conf.example | |
parent | 51b16555c361a6e18c71ed6098e55007c9a4212f (diff) |
Removed protocol violation errors
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@764 e03df62e-2008-0410-955e-edbf42e46eb7
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"> |