diff options
-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 9f86004db..c5a4fbcfb 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; |