diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-04 17:16:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-04 17:16:14 +0000 |
commit | 752f34d314de327132c1eb95ae54864c5847c426 (patch) | |
tree | e1e774ea3c0a887997f6efed11a49ef60566b253 /docs | |
parent | d80e7d86338a76cfab28f6ff25e0cc71b5de0adc (diff) |
Update example <oper> to demonstrate multiple hostnames
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3076 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 913187916..368418f29 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -280,7 +280,7 @@ # are modules that allow for oper password encryption. # # # # host - host of client allowed to oper-up. # -# wildcards accepted # +# wildcards accepted, seperate multiple hosts with space # # # # type - specified above, defines the kind of operator # # # @@ -293,7 +293,7 @@ <oper name="katsklaw" password="s3cret" - host="*@*" + host="*@server.com ident@dialup15.isp.com *@localhost" type="NetAdmin"> |