diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-13 17:17:32 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-13 17:17:34 +0100 |
commit | 0a99571c0f7ee61635104db6048f6ebc1d4380da (patch) | |
tree | 8ee05328a10a7bab6ac9e155e1a221de4c6bb205 /README.md | |
parent | f908514095d709c72eeee71f8220168318f163a4 (diff) | |
parent | e704fa62666d92a5cbfd27be80bcf9ce6c1b7e0c (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/anope.example.conf to conf/anope.conf $ cp conf/anope.example.conf conf/anope.conf ``` -Edit anope.conf, configuring the uplink, serverinfo, and protocol module configurations. Example link blocks for popular IRCds are included in the anope.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 anope.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 `anope.conf` to include the new file. |