From 76f2f87ba95f2e4f8ea1a81fe3b66fba3d3af10e Mon Sep 17 00:00:00 2001 From: = Date: Fri, 16 Jul 2021 17:18:36 -0400 Subject: fix small grammar mistakes --- irc.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'irc.html') diff --git a/irc.html b/irc.html index 427eca4..2b5f704 100644 --- a/irc.html +++ b/irc.html @@ -26,7 +26,7 @@

An IRCd is short for "IRC daemon", which just means an IRC server. - The most easy IRCd to setup is Ergo. + The most easy IRCd to set up is Ergo.

@@ -46,7 +46,7 @@ mkdir server

You can find the latest release of Ergo on its GitHub latest release page.
There are several platforms available, but you want to choose Linux, most likely linux-x86_64.
- Once you have selected the correct package, copy its URL and replace <release url> with the package URL (still as the ergo user): + Once you have selected the correct package, copy its URL and replace the release url with the package URL (still as the ergo user):

wget https://github.com/ergochat/ergo/releases/download/v2.7.0/ergo-2.7.0-linux-x86_64.tar.gz
@@ -101,9 +101,9 @@ cp ergo.motd ircd.motd

- The next steps involve editing the newly copied ircd.yaml file. If you do not know how to edit text files from the comment line, + The next steps involve editing the newly copied ircd.yaml file. If you do not know how to edit text files from the command line, you can use nano, which is very simple, using arrow keys to navigate, CTRL+O to save, and CTRL+X to exit.
- Another option is vim, which is a much more powerful text editor, but has a learning curve. It is only recommended for this guide if you already know it.
+ Another option is vim, which is a much more powerful text editor, but has a learning curve. It is only recommended for this guide if you already know how to use it.
Lastly, you can copy the ircd.yaml file to a text editor on your computer and edit it with a GUI text editor of your choice. If that is what you choose to do, you may want to just download the file from Ergo's GitHub, edit it on your computer, clear the ircd.yaml file on the server, and then paste the contents from your computer into the blank file.
@@ -210,9 +210,9 @@ ip-cloaking:

Password enforcement adjustments for HexChat (and possibly other clients)

Ergo offers account registration to allow users to do things like use history and bouncer features, register channels, etc.
- In clients such as HexChat, server password may conflict with account passwords, so the following setting should be enable if you wish to use accounts with clients such as HexChat.
+ In clients such as HexChat, server passwords may conflict with account passwords, so the following setting should be enabled if you wish to use accounts with clients such as HexChat.
Note that this could under some circumstances be considered a security hazard, as a user with an account does not need to know the server password to connect, - although that user would have needed to register an account before the server had a password, and then a password would need to have been set after the fact, so this can be considered a very small concern if your setup always has had a password.
+ although that user would have needed to register an account before the server had a password, and then a password would need to have been set after the fact, so this can be considered a very small concern if your setup has always had a password.
Also keep in mind that this setting has no effect if your network does not even have a password at all.

-- cgit v1.2.3