summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.fast
blob: b2de5e1d9987839ceb2046d8e333c9f8a5546ba9 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
# Fast example configuration: no modules, all defaults
<server name="test.server">
<bind port="6667">

<type name="Operator" privs="*" commands="*">
<oper name="test" password="test" host="*@*" type="Operator">

# You probably want to look at the real configuration and add modules or
# configuration settings that you want to change.