inspircd/docs/inspircd.conf.fast
2010-08-14 12:04:05 -04:00

10 lines
335 B
Plaintext

# 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.