summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--docs/EVENTS8
-rw-r--r--docs/IRCD2
-rw-r--r--docs/MYSQL2
-rw-r--r--docs/OLDCHANGES2
-rw-r--r--docs/PROXY4
-rw-r--r--version.log3
7 files changed, 12 insertions, 10 deletions
diff --git a/Changes b/Changes
index 0364a0bcd..8d483b52b 100644
--- a/Changes
+++ b/Changes
@@ -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]
diff --git a/docs/EVENTS b/docs/EVENTS
index 96b324203..55184c103 100644
--- a/docs/EVENTS
+++ b/docs/EVENTS
@@ -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.
diff --git a/docs/IRCD b/docs/IRCD
index 484c2e6f1..c2e367ae6 100644
--- a/docs/IRCD
+++ b/docs/IRCD
@@ -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.
diff --git a/docs/MYSQL b/docs/MYSQL
index 1dd10298e..24c7a3536 100644
--- a/docs/MYSQL
+++ b/docs/MYSQL
@@ -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)
diff --git a/docs/OLDCHANGES b/docs/OLDCHANGES
index fa2fb0489..e147e90d9 100644
--- a/docs/OLDCHANGES
+++ b/docs/OLDCHANGES
@@ -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
diff --git a/docs/PROXY b/docs/PROXY
index 24499be11..600b1601a 100644
--- a/docs/PROXY
+++ b/docs/PROXY
@@ -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.
diff --git a/version.log b/version.log
index 7939bde2c..487695b3f 100644
--- a/version.log
+++ b/version.log
@@ -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