diff options
author | Adam <adam@sigterm.info> | 2019-02-09 17:37:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-09 17:37:41 -0500 |
commit | 961a9bc5068d863b47523545c3046017f729413e (patch) | |
tree | 4beaa5cf45f28276ff3c559d544bc4e40f77ae5d /data | |
parent | da6e2730c259d6d6356a0a948e85730ae34663ab (diff) | |
parent | 1b782235c43f356330b88c474a45bcc556a26baf (diff) |
Merge pull request #221 from SaberUK/2.0+uplink
Make it more clear where the uplink config goes.
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 56efe06bf..ef607e3cf 100644 --- a/data/example.conf +++ b/data/example.conf @@ -126,6 +126,7 @@ define * An example configuration for InspIRCd that is compatible with the below uplink * and serverinfo configuration would look like: * + * # This goes in inspircd.conf *NOT* your Anope config! * <link name="services.localhost.net" * ipaddr="127.0.0.1" * port="7000" @@ -137,6 +138,7 @@ define * An example configuration for UnrealIRCd that is compatible with the below uplink * and serverinfo configuration would look like: * + * // This goes in unrealircd.conf *NOT* your Anope config! * listen { * ip 127.0.0.1; * port 7000; @@ -144,7 +146,6 @@ define * serversonly; * }; * }; - * * link services.localhost.net { * incoming { * mask *@127.0.0.1; |