summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-04 17:16:14 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-04 17:16:14 +0000
commit752f34d314de327132c1eb95ae54864c5847c426 (patch)
treee1e774ea3c0a887997f6efed11a49ef60566b253 /docs/inspircd.conf.example
parentd80e7d86338a76cfab28f6ff25e0cc71b5de0adc (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/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example4
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">