diff options
| author | Sadie Powell <sadie@witchery.services> | 2022-02-05 23:10:42 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2022-02-05 23:10:42 +0000 |
| commit | 773ed39d5da0018661149edc58619effdccbe0e1 (patch) | |
| tree | a245877dc9666330cb5046a0bc386558cd580a0e /data/anope.example.conf | |
| parent | 15d51ff033c4e7f84b75f28c7448fb818e676839 (diff) | |
| parent | b5fe380011bb2e7036a138c3e186a963f068671e (diff) | |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'data/anope.example.conf')
| -rw-r--r-- | data/anope.example.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 0a475351a..03ba73109 100644 --- a/data/anope.example.conf +++ b/data/anope.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: |
