summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-10-13 17:15:14 +0100
committerSadie Powell <sadie@witchery.services>2024-10-13 17:15:26 +0100
commite704fa62666d92a5cbfd27be80bcf9ce6c1b7e0c (patch)
treebe4cb06d7e7172262a2e4c670f9c5dfe4e8ec707 /README.md
parentbafcba023ccb0e8f1987036602fd9237212f3b36 (diff)
Update the IRC server to point to Teranova.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9d4b62350..4a470e59f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Anope is an open source set of IRC Services. It is highly modular, with a vast n
* [Website](https://anope.org)
* [GitHub](https://github.com/anope)
-* IRC \#anope on irc.anope.org
+* IRC \#anope on irc.teranova.net
## Installation
@@ -33,7 +33,7 @@ Copy conf/example.conf to conf/services.conf
$ cp conf/example.conf conf/services.conf
```
-Edit services.conf, configuring the uplink, serverinfo, and protocol module configurations. Example link blocks for popular IRCds are included in the the example.conf documentation. The [Anope wiki](https://wiki.anope.org) is also a good source of information. Our support channel is located at #anope on [irc.anope.org](irc://irc.anope.org/#anope).
+Edit services.conf, configuring the uplink, serverinfo, and protocol module configurations. Example link blocks for popular IRCds are included in the the example.conf documentation. The [Anope wiki](https://wiki.anope.org) is also a good source of information. Our support channel is located at #anope on [irc.teranova.net](ircs://irc.teranova.net/anope).
Note that the example configuration file includes other example configuration files. If you want to modify the other example configuration files, copy them (e.g. `modules.example.conf` to `modules.conf`) and modify the `include` directive in `services.conf` to include the new file.