diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-14 11:40:28 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-14 11:40:28 +0000 |
commit | c6cae8fe851e1c39d08ee309b79621960cc934cf (patch) | |
tree | 7c30ea99706a40d65681dd7ace9ddb1f56f6bf3a | |
parent | 04e69add6859e522020f90635cc580fed56e6cd5 (diff) |
BUILD : 1.7.2 (97) BUGS : 51 NOTES : Fixed a typo in hostserv group help response
git-svn-id: svn://svn.anope.org/anope/trunk@97 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@73 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,7 @@ Anope Version 1.7.x (will be renamed when next release is produced) ------------------- Provided by Anope Dev. <dev@anope.org> +2004/05/14 Fixed a tiny type in HostServ help ( #51 ) 2004/05/12 Fixed missing RANDOMNEWS entry on /OS HELP ( #40 ) 2004/05/12 Fixed xOP management inconsistency ( #38 ) 2004/05/11 Fixed a bug with module unload / memo moduleData ( #43 ) diff --git a/lang/en_us.l b/lang/en_us.l index b9af306c6..5f8d3e5d7 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -6008,7 +6008,7 @@ HOST_HELP_LIST HOST_HELP_GROUP Syntax: GROUP - This command allows users to set the vhost of thier + This command allows users to set the vhost of their CURRENT nick to be the vhost for all nicks in the same group. diff --git a/version.log b/version.log index e2915f5b5..560ebf371 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="2" -VERSION_BUILD="96" +VERSION_BUILD="97" VERSION_EXTRA="" # $Log$ # +# BUILD : 1.7.2 (97) +# BUGS : 51 +# NOTES : Fixed a typo in hostserv group help response +# # BUILD : 1.7.2 (96) # BUGS : 40 # NOTES : Added RANDOMNEWS to de.l /OS HELP |