diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-29 13:32:07 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-29 13:33:19 +0000 |
commit | b5fe380011bb2e7036a138c3e186a963f068671e (patch) | |
tree | c6ef5b54b494ddfde35af5a7e9c6c0695136f902 | |
parent | af7bf785f927872e66ea21b2db2ca86b8ead2827 (diff) |
Include the required modules in the example InspIRCd config.
-rw-r--r-- | data/example.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 1c0d5a01f..ed0c9b3bc 100644 --- a/data/example.conf +++ b/data/example.conf @@ -127,13 +127,16 @@ define * and serverinfo configuration would look like: * * # This goes in inspircd.conf, *NOT* your Anope config! + * <module name="hidechans"> + * <module name="services_account"> + * <module name="spanningtree"> + * <bind address="127.0.0.1" port="7000" type="servers"> * <link name="services.example.com" * ipaddr="127.0.0.1" * port="7000" * sendpass="mypassword" * recvpass="mypassword"> * <uline server="services.example.com" silent="yes"> - * <bind address="127.0.0.1" port="7000" type="servers"> * * An example configuration for UnrealIRCd that is compatible with the below uplink * and serverinfo configuration would look like: |