diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-06 18:35:40 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-06 18:35:40 +0000 |
commit | 66a643121da3399e5c256df964a7563dd043528c (patch) | |
tree | 089b2d395517632c6f5dfc5564b0bac893c3063e | |
parent | 3e50e674c3aab0827e62d21e75b828bff0e88da7 (diff) |
Update docs to indicate ident@mask/bits is allowed in <oper>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4740 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index a7763bee3..40ab26c19 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -303,8 +303,7 @@ # # # host - host of client allowed to oper-up. # # wildcards accepted, seperate multiple hosts with space # -# You may also specify CIDR ip addresses, however, if # -# you do this, ident values are not allowed in the mask. # +# You may also specify CIDR ip addresses. # # # # type - specified above, defines the kind of operator # # # @@ -317,7 +316,7 @@ <oper name="katsklaw" password="s3cret" - host="ident@dialup15.isp.com *@localhost *@server.com 3ffe::0/16" + host="ident@dialup15.isp.com *@localhost *@server.com *@3ffe::0/16" type="NetAdmin"> |