1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Fixed several grammar errors in docs/ (patch provided by Simba)

This commit is contained in:
DukePyrolator
2012-02-22 07:41:58 +01:00
parent 8559c57cd6
commit 1d3ca36768
7 changed files with 12 additions and 10 deletions
+1
View File
@@ -1,5 +1,6 @@
Anope Version 1.8 - GIT
-----------------------
02/22 F Fixed several grammar errors in docs/ (patch provided by Simba) [ #00]
12/31 F Fixed os_svsnick to allow changing the case of a users' nick [#1369]
+4 -4
View File
@@ -279,7 +279,7 @@ Anope Internal Events
av[0] The name of the channel that has been unsuspended.
EVENT_CHANGE_NICK
A user has just changed it's nick.
A user has just changed its nick.
av[0] The new nickname of the user. Event is called after the user has been changed
to this nickname.
av[1] The old nickname of the user.
@@ -314,7 +314,7 @@ Anope Internal Events
av[0] The new level of DefCon being invoked.
EVENT_GROUP
A user has grouped it's nickname to another user group.
A user has grouped its nickname to another user group.
av[0] The nickname of the user that joined the group.
EVENT_JOIN_CHANNEL
@@ -365,7 +365,7 @@ Anope Internal Events
av[2] The nickname being ghosted.
EVENT_NICK_IDENTIFY
A user has just identified for it's nickname with NickServ.
A user has just identified for its nickname with NickServ.
av[0] The nickname of the user that just identified.
EVENT_NICK_LOGOUT
@@ -380,7 +380,7 @@ Anope Internal Events
av[2] The nickname being recovered.
EVENT_NICK_REGISTERED
A new user has just registered it's nickname. This event is being
A new user has just registered its nickname. This event is being
emitted when the registration is completed, but the user modes have not
yet been set.
av[0] The nickname of the newly registered user.
+1 -1
View File
@@ -72,7 +72,7 @@ How To Add IRCd Support
of each.
1) Name: This member tells Anope about the IRCD's name. It may contain
text about it's name and version. This is used to identify the
text about its name and version. This is used to identify the
build on startup.
2) NickServ Mode: This is the user mode set by Anope on NickServ.
+1 -1
View File
@@ -8,7 +8,7 @@ Anope MySQL Support
core, we decided to save it for 2.0. However, having your db's easily
accessible on your website is still a great feature.
PHASE 1:Anope will be able to save all it's databases to MySQL. It will
PHASE 1:Anope will be able to save all its databases to MySQL. It will
happen in conjunction with the current FFF databases. This first step is
nothing more than a MySQL dump of the databases (i.e. read-only), since
Anope will not (for now) read from Mysql. (COMPLETED)
+1 -1
View File
@@ -167,7 +167,7 @@ Provided by Anope Dev. <team@anope.org>
2003/07/20 Fixed chanserv badword MySQL issue
2003/08/30 Allow for E/F lines when handling akilled host's joining the network
2003/07/25 Added External socket support (*VERY* EXPERIMENTAL)
2003/07/20 Made MySQL ns_id, na_id and ci_id useful by preserving it's value across updates
2003/07/20 Made MySQL ns_id, na_id and ci_id useful by preserving its value across updates
2003/07/20 Some MySQL Optimizations (MySQL 3.23.32+ required)
Provided by DrStein
+2 -2
View File
@@ -6,9 +6,9 @@ Anope Proxy Detector
1) Introduction
Anope has had a built-in proxy detector since it's first version. Recently,
Anope has had a built-in proxy detector since its first version. Recently,
however, this built-in proxy detector has been removed. This was because
the Anope team found that the proxy detector was showing it's age, and the
the Anope team found that the proxy detector was showing its age, and the
time needed to restore it to a good state wasn't worth it, also considering
that there are currently good alternatives out there which do the job as
good as it can be done already.
+2 -1
View File
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="8"
VERSION_EXTRA="-git"
VERSION_BUILD="3092"
VERSION_BUILD="3093"
# Changes since 1.8.7 Release
#Revision 3093 - Fixed several grammar errors in docs/ (patch provided by Simba)
#Revision 3092 - Updated Copyright to 2012
#Revision 3091 - Bug #1369 - Fixed os_svsnick to allow changing the case of a users' nick