mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
10 lines
335 B
Plaintext
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.
|