diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 270e1e160..eb8c68876 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -20,10 +20,7 @@ # This is an example of the config file for InspIRCd. # # Change the options to suit your network # # # -# Last updated on : 04/09/2006 # -# Written by : CC (cc@backchat.co.za) # -# Updated by : katsklaw (katsklaw@gmail.com) # -# Updated by : brain (brain@inspircd.org) # +# Last updated on : 03 Feb 2007 # # # # ____ _ _____ _ _ ____ _ _ _ # # | _ \ ___ __ _ __| | |_ _| |__ (_)___ | __ )(_) |_| | # @@ -374,7 +371,7 @@ # type="oper type"> # # # -<oper name="katsklaw" +<oper name="Brain" password="s3cret" host="ident@dialup15.isp.com *@localhost *@server.com *@3ffe::0/16" type="NetAdmin"> @@ -1365,7 +1362,7 @@ # To use this module, you must define a hash type for each oper's # password you want to hash. For example: # -# <oper name="katsklaw" +# <oper name="Brain" # host="ident@dialup15.isp.com" # hash="sha256" # password="a41d730937a53b79f788c0ab13e9e1d5" |