diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-11 23:12:57 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-11 23:12:57 +0000 |
commit | c1ca268121c9c4d47614c28683a5c4f6bc461092 (patch) | |
tree | eb6a0fc4825cc873e9fe53e401cb1ed4e4de031b | |
parent | 02481be9a9b25d7178a1e3196066c6a07fd9ab8e (diff) |
nuke loglevel from <options> description, and tidy some indenting.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9459 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 18e7e96a2..f0f68b3d3 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -769,10 +769,6 @@ # parts. If specified, overrides both prefixpart # # and suffixpart options. # # # -# loglevel - Specifies what detail of messages to log in the # -# log file. You may select from debug, verbose, # -# default, sparse and none. # -# # # allowhalfop - Allows the +h channel mode # # # # noservices - If noservices is true, yes, or 1, then the first # @@ -1017,12 +1013,12 @@ hidemodes="eI" quietbursts="yes" pingwarning="15" - serverpingfreq="60" + serverpingfreq="60" allowhalfop="yes" - defaultmodes="nt" - announceinvites="dynamic" - moronbanner="You're banned! Email haha@abuse.com with the ERROR line below for help." - exemptchanops=""> + defaultmodes="nt" + announceinvites="dynamic" + moronbanner="You're banned! Email haha@abuse.com with the ERROR line below for help." + exemptchanops=""> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Logging |