summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-04 14:11:07 +0000
committerSadie Powell <sadie@witchery.services>2022-01-04 14:11:07 +0000
commit8eb6a4da717d7670995a47fbd1b5878df88dd206 (patch)
tree56fa17f935f75b18a6ca11c175b7751294694d8e /docs
parentec7dfb3675973e0e0ec6df69c871797bc94e8413 (diff)
Update more IRCServices references to reflect the current project.
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services".
Diffstat (limited to 'docs')
-rw-r--r--docs/DEFCON6
-rw-r--r--docs/INSTALL4
-rw-r--r--docs/INSTALL.fr2
-rw-r--r--docs/README4
-rw-r--r--docs/REDIS4
5 files changed, 10 insertions, 10 deletions
diff --git a/docs/DEFCON b/docs/DEFCON
index dbc981df9..2eaaa3dfe 100644
--- a/docs/DEFCON
+++ b/docs/DEFCON
@@ -23,7 +23,7 @@ Anope DefCon
These are configurable levels that mandates what actions Anope should
take in case of emergency and change in readiness status.
- It is used to prevent abuse to both Services, and the ircd on which they
+ It is used to prevent abuse to both Anope, and the IRCd on which they
are running. Also to protect the users, primarily in the event of Clones
and/or FloodBOT attacks.
@@ -50,8 +50,8 @@ Anope DefCon
Force Chan Mode
Use Reduced Session Limit
KILL any new clients trying to connect
- Services will ignore everyone but opers
- Services will silently ignore everyone but opers
+ Ignore everyone but opers
+ Silently ignore everyone but opers
AKILL all new clients trying to connect
No new memos sent to block MemoServ attacks
diff --git a/docs/INSTALL b/docs/INSTALL
index ffbf04906..fe0bb9eae 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -75,7 +75,7 @@ Note: You should also read the README and FAQ files!
3) Setting up the IRCd
- Services acts as an IRC server with pseudo-clients on it. To link them to
+ Anope acts as an IRC server with pseudo-clients on it. To link them to
your network, you'll need to configure your IRCd to allow services to link.
The configuration varies depending on the IRCd, but you will probably need
@@ -101,7 +101,7 @@ Note: You should also read the README and FAQ files!
displayed on the screen. Correct them until there are no errors anymore.
A successful startup won't generate any message.
- Give Services at least one minute to link to your network, as certain
+ Give Anope at least one minute to link to your network, as certain
IRCds on some OSes may be really slow for the link process. If nothing
happens after about a minute, it is probably a configuration problem. Try
to launch Anope with ./anope -debug -nofork to see any errors that it
diff --git a/docs/INSTALL.fr b/docs/INSTALL.fr
index c674f3f3d..da50fec42 100644
--- a/docs/INSTALL.fr
+++ b/docs/INSTALL.fr
@@ -82,7 +82,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
3) Configuration de l'IRCd
- Les Services agissent comme un serveur IRC avec des pseudo-clients.
+ Anope agit comme un serveur IRC avec des pseudo-clients.
Pour les relier à votre réseau, vous aurez besoin de configurer votre
IRCd pour permettre aux services de se connecter.
diff --git a/docs/README b/docs/README
index bdadb6823..bfad176d3 100644
--- a/docs/README
+++ b/docs/README
@@ -120,7 +120,7 @@ Table of Contents
2) Presentation
- Anope is a set of Services for IRC networks that allows users to manage
+ Anope is a set of services for IRC networks that allows users to manage
their nicks and channels in a secure and efficient way, and administrators
to manage their network with powerful tools.
@@ -225,7 +225,7 @@ Table of Contents
the log file; if you send a bug report, PLEASE include an excerpt from
the log file WITH DEBUGGING ACTIVE; we cannot emphasize enough how
important this is to tracking down problems. (You can also enable
- debugging while Services is running using OperServ's SET DEBUG command.)
+ debugging while Anope is running using OperServ's SET DEBUG command.)
If you repeat use --debug=<level>, the debugging level will be increased,
which provides more detailed information but may also slow Anope down
considerably and make the log file grow dramatically faster. In general,
diff --git a/docs/REDIS b/docs/REDIS
index 8f7a076fd..761d6de9e 100644
--- a/docs/REDIS
+++ b/docs/REDIS
@@ -149,12 +149,12 @@ Table of Contents
Which returns a new object ID for me, in this example it will be "8".
Now I can create the object:
- HMSET hash:BotInfo:8 nick redis user redis host services.anope.org realname "Services for IRC Networks"
+ HMSET hash:BotInfo:8 nick redis user redis host services.anope.org realname "Anope IRC Services"
Note if you are using HSET instead of HMSET you will need to use a transaction, as shown in the above example.
If you are watching your services logs you will immediately see:
- USERS: redis!redis@services.anope.org (Services for IRC Networks) connected to the network (services.anope.org)
+ USERS: redis!redis@services.anope.org (Anope IRC Services) connected to the network (services.anope.org)
And the bot redis will be in BotServ's bot list.
Notice how ids:BotInfo and the value keys are updated automatically.